Programming with Reflection
T27FormXmitToCursor property
Syntax |
object.T27FormXmitToCursor |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how the XMIT key works in T27 Forms mode. When this property is True, the unprotected fields from Home to the keyboard cursor are transmitted. When it is False, all unprotected fields are transmitted.
For example, this statement sets XMIT to transmit from Home to the keyboard cursor:
Session.T27FormXmitToCursor = True
Notes
By default, Reflection uses the + key on the numeric keypad for XMIT. You can change this key mapping using Reflection's Keyboard Map Setup dialog box or programmatically using the SetKeyMap method.
The default value is False.