ApplyOnlineDefaultCD
Find the syntax, use, parameters, return values, and an example for the ApplyOnlineDefaultCD macro command in Connexion client.
Syntax | BOOL = CS.ApplyOnlineDefaultCD |
---|---|
Use to | Apply the default constant data record to the currently displayed bibliographic or authority record. Same as using the menu command Edit > Constant Data > Online > Apply Default. |
Parameters | None |
Comments | You must have a list of constant data records open to use this command. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If CS.ApplyOnlineDefaultCD= True Then |
What this example does |
|