IsHeadingControlled
Find the syntax, use, parameters, return values, and an example for the IsHeadingControlled macro command in Connexion client.
Syntax | BOOL = CS.IsHeadingControlled (nLineNumber) |
---|---|
Use to | Determine whether a heading in a specified line of the current record is controlled. |
Parameters | For nLineNumber, enter the line number of the heading field for which you want to check the control status. Each field represents one line. |
Comment | You must be logged on to run this macro. |
Return values | TRUE if the heading is controlled, or FALSE if not. |
Example | Sub Main() Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” |
What this example does |
|