Macro commands for navigating in records
Find macro commands for navigating in records in Connexion client.
Syntax | Use to |
|
||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Parameters | None | ||||||||||||||||||||||||||
Comments | Most of these commands correspond to keys on the keyboard. They are used for the macro recorder. | ||||||||||||||||||||||||||
Return values | None | ||||||||||||||||||||||||||
Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If CS.ItemType = 0 Then |
||||||||||||||||||||||||||
What this example does |
|