Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / IbmTerminal Object / TelnetXSystem Property
In This Topic
    TelnetXSystem Property
    In This Topic
    Gets or sets whether X SYSTEM is supported in 3270 sessions.
    Syntax
    expression.TelnetXSystem As Boolean
    where expression is a variable that represents a IbmTerminal Object

    Property Value

    The default is True.
    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
    X SYSTEM is a keyboard locked state that occurs when the host ends a transmission to the workstation without unlocking the keyboard. Some applications use this to notify you of a message written to the display, which requires that you reset the keyboard before you can type again. Other applications rely on SNA to unlock the keyboard.
    See Also