UncontrolHeading
Find the syntax, use, parameters, return values, and an example for the UncontrolHeading macro command in Connexion client.
Syntax | BOOL = CS.UncontrolHeading |
---|---|
Use to | Uncontrol the controlled heading where the cursor is located to make it available for edit. Same as using the command Edit > Control Headings > Uncontrol. |
Parameters | None |
Comment | You must be logged on to run this macro. |
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 “WC”, “#1” If CS.UncontrolHeading() = True Then |
What this example does |
|