PrintList
Find the syntax, use, parameters, return values, and an example for the PrintList macro command in Connexion client.
Syntax | BOOL = CS.PrintList |
---|---|
Use to | Print the current (topmost) list. Same as using the menu command File > Print List. |
Parameters | None |
Comments | Uses your default printer in Windows. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then End Sub |
What this example does |
|