Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / AS400StatusLineOption Enumeration
In This Topic
    AS400StatusLineOption Enumeration
    In This Topic
    Options for specifying which of three different host status lines appears at the bottom of the terminal window when you are connected to an AS/400.
    Members
    MemberDescription
    StatusLine3488The 3488 status line uses graphical symbols to represent various conditions and is based on the status line you see on newer 5250 terminals from IBM.
    StatusLine5250The 5250 status line uses character pairs to represent various conditions. The characters are always shown but appear in inverse video when the condition is true.
    StatusLineDebugIf you contact Attachmate technical support, you may be asked to use the Debug Status Line to help diagnose your problem. The Debug Status Line is of use to users with an intimate knowledge of the 5250 data stream.
    StatusLineNoneDo not display the status line.
    See Also