InfoConnect for Unisys
FormXmitToCursor Property


Gets or sets a value indicating whether to transmit all transmittable fields between home and the cursor position when the session is in forms mode.

Syntax
'Declaration
 
Property FormXmitToCursor As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.FormXmitToCursor = value
 
value = instance.FormXmitToCursor
bool FormXmitToCursor {get; set;}

Property Value

If false, T27 transmits all transmittable fields on the page.
See Also