InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Screen Object / IbmLineInsertionOption Property
In This Topic
    IbmLineInsertionOption Property
    In This Topic
    Gets or sets how line insertion is handled during IBM 3151 terminal sessions (TerminalType = IBM3151).
    Syntax
    expression.IbmLineInsertionOption As Boolean
    where expression is a variable that represents a Screen Object
    Remarks
    When this property is true, a line insertion forces the last line off the screen unless a null line can be deleted to accommodate the insertion.
    See Also