FixedFieldPosition
Find the syntax, use, parameters, return values, and an example for the FixedFieldPosition macro command in Connexion client.
| Syntax | CS.FixedFieldPosition |
|---|---|
| Use to | Return or specify how the fixed field displays in a record. |
| Parameters | None |
| Return values | Returns an integer indicating the way the fixed field displays:
|
| Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If CS.FixedFieldPosition = 0 Then Select Case CS.FixedFieldPosition() |
| What this example does |
|
