InfoConnect for Airlines VBA Guide
RestrictCursorMovement Property
Returns or specifies whether the cursor is restricted to input fields in the terminal window.
Syntax
Object.RestrictCursorMovement As Boolean
Remarks
When this property is set to true, the cursor only moves within or between input fields.

When this property is false, the cursor can be moved out of an input field. Trying to enter text outside of an input field results in an error.

This property is only relevant for 5250 terminal sessions.
See Also