GetPrevious100Records
Find the syntax, use, parameters, return values, and an example for the GetPrevious100Records macro command in Connexion client.
Syntax | BOOL = CS.GetPrevious100Records |
---|---|
Use to | Open the previous list of 100 records resulting from a search of:
|
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 “AF”, “pn:William” |
What this example does |
|