Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / CursorProgressionIndicator Property
In This Topic
    CursorProgressionIndicator Property
    In This Topic
    Gets or sets a value that specifies how the terminal responds when the host queries to determine if End User Interface (EUI) enhancements are supported by the terminal.
    Syntax
    expression.CursorProgressionIndicator As Boolean
    where expression is a variable that represents a IbmTerminal Object
    Exceptions
    ExceptionDescription
    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 are using a host application that uses cursor progression and queries to determine if EUI is supported. This property is only relevant for 5250 terminal sessions.

    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. The default value is false.

    See Also