UncontrolAll
Find the syntax, use, parameters, return values, and an example for the UncontrolAll macro command in Connexion client.
Syntax | CS.UncontrolAll |
---|---|
Use to | Uncontrol all headings in the current record. Same as using the command Edit > Control Headings > Uncontrol All. |
Parameters | None |
Comment | You must be logged on to run this macro. |
Return values | None |
Example | Sub Main() Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” |
What this example does |
|