GetFirstSelectedItem
Find the syntax, use, parameters, return values, and an example for the GetFirstSelectedItem macro command in Connexion client.
Syntax | BOOL = CS.GetFirstSelectedItem |
---|---|
Use to | Opens the first selected entry on the current list. |
Parameters | None |
Comments | Opens any type of entry on the list, whether it is a record or another list. |
Return values | TRUE if the action is successful, or FALSE if not. |
Example | Sub Main()
Dim CS As Object CS.Logon ““, ““, ““ |
What this example does |
|