InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Productivity Library / ScreenHistory Object / ShowScreen Method
The zero-based index of the screen to make active.
In This Topic
    ShowScreen Method
    In This Topic
    Shows a specific screen from the Screen History list.
    Syntax
    expression.ShowScreen( _
       ByVal index As System.Integer _
    ) 

    Parameters

    index
    The zero-based index of the screen to make active.
    Exceptions
    ExceptionDescription
    Thrown if index is negative or exceeds the range of available screens.
    See Also