GetNextItem
Find the syntax, use, parameters, return values, and an example for the GetNextItem macro command in Connexion client.
Syntax | BOOL = CS.GetNextItem |
---|---|
Use to | Select and open the next entry on the current list. |
Parameters | None |
Comments | Opens any type of entry on the list, whether it is a record or another list. If you are on a record, opens the next record in the list. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then ‘ Get the first record from the first list |
What this example does |
|