Programming with Reflection

image\rwnprg32.gif RestrictedCursor property

 

Syntax

object.RestrictedCursor
object.RestrictedCursor = Value

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether the cursor is restricted to input fields in the terminal window.

When this property is set to True, the cursor can only be moved within or between input fields. If you press Up, for example, the cursor moves up to the next input field.

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.

Values

The default is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property