InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / WaitForCursor2 Method
Wait timeout value.
Start row.
Start column.
End row.
End column.
In This Topic
    WaitForCursor2 Method (T27Screen)
    In This Topic
    Waits for the cursor to be in the rectangle area specified by startRow, startColumn, endRow and endColumn.
    Syntax
    expression.WaitForCursor2( _
       ByVal timeout As Integer, _
       ByVal startRow As Integer, _
       ByVal startColumn As Integer, _
       ByVal endRow As Integer, _
       ByVal endColumn As Integer _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    timeout
    Wait timeout value.
    startRow
    Start row.
    startColumn
    Start column.
    endRow
    End row.
    endColumn
    End column.

    Return Value

    One of the ReturnCode enum values
    See Also