InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / MoveCursorTo2 Method
1 based screen index.
In This Topic
    MoveCursorTo2 Method (T27Screen)
    In This Topic
    Moves the cursor to the specified screen location.
    Syntax
    expression.MoveCursorTo2( _
       ByVal screenIndex As Integer _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    screenIndex
    1 based screen index.

    Return Value

    ReturnCode.Success if successful or ReturnCode.Error if unsuccessful.
    See Also