Cancel Changes
Find the syntax, use, parameters, return values, and an example for the Cancel Changes macro command in Connexion client.
Syntax | BOOL = CS.CancelChanges |
---|---|
Use to | Cancel all changes made to a WorldCat record (if from WorldCat), or cancels all changes made since the last time you saved a record (if from the save file). Same as using the Edit > Cut Copy Paste > Cancel Changes menu command. |
Parameters | None |
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” |
What this example does |
|