SetCursorFixedField
Find the syntax, use, parameters, return values, and an example for the SetCursorFixedField macro command in Connexion client.
| Syntax | CS.SetCursorFixedField |
|---|---|
| Use to | Move the cursor to the fixed-field element specified by name and select the value of the fixed field element. |
| Parameters | For the parameter sFieldName, type the name of the fixed-field element you want to select, enclosed in quotation marks (").
Note: Use the name given in Bibliographic Formats and Standards, Input Standards for Fixed-Field Elements and 006. Examples:
|
| Return values | None |
| Example | Sub Main()
Dim CS As Object If CS.IsOnline = False Then CS.Search “WC”, “#1” If CS.FixedFieldPosition = 1 Then |
| What this example does |
|
