SaveOnline
Find the syntax, use, parameters, return values, and an example for the SaveOnline macro command in Connexion client.
Syntax | nSaveFileNumber = CS.SaveOnline |
---|---|
Use to | Save a record, or records selected in a list, in the online save file. Same as using the Action > Save Record to Online File menu command. |
Parameters | None |
Comments | You must be logged on to run this macro. |
Return values | Save file number(s) the system assigns to the saved record(s). |
Example | Sub Main()
Dim CS As Object CS.Search “WC”, “#1”
|
What this example does |
|