InfoConnect for Unisys
CursorProgressionIndicator Property


Gets or sets a value that specifies how the terminal responds to a host query to determine if the terminal supports End User Interface (EUI) enhancement.
Syntax
'Declaration
 
Property CursorProgressionIndicator As Boolean
'Usage
 
Dim instance As IIbmTerminal
Dim value As Boolean
 
instance.CursorProgressionIndicator = value
 
value = instance.CursorProgressionIndicator
bool CursorProgressionIndicator {get; set;}
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager or that can only be modified by an Administrator.
Remarks
The terminal supports the cursor progression enhancement. Set this value to true only if you use a host application that uses cursor progression and queries to determine if EUI is supported.

When this property is set to true, the terminal indicates to the host that it supports EUI enhancements, however cursor progression is the only EUI feature supported by the terminal. Do not change the value of this property to true unless you are sure that the host uses only the cursor progression feature.

This property is only relevant for 5250 terminal sessions. The default value is false.

See Also