InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / SpecialScroll Property
In This Topic
    SpecialScroll Property
    In This Topic

    Gets or sets a value indicating whether to display any data received from the host on the subsequent page when the current page is filled.

    Syntax
    expression.SpecialScroll As Boolean
    where expression is a variable that represents a T27Terminal Object

    Property Value

    If false, the data appears on the current page only. When the current page is filled, the cursor moves home on the same page, and the data received from the host overwrites the data currently on the screen.

    See Also