InfoConnect for Airlines VBA Guide
WaitForCursor2 Function (IbmScreen)
Wait timeout value (milliseconds).
Start row.
Start column.
End row.
End column.
Waits for the cursor to be in the rectangle area specified by startRow, startColumn, endRow and endColumn.
Syntax
object.WaitForCursor2( _
   ByVal timeout As Long, _
   ByVal startRow As Long, _
   ByVal startColumn As Long, _
   ByVal endRow As Long, _
   ByVal endColumn As Long _
) As ReturnCode

Parameters

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

Return Value

One of the ReturnCode enum values
See Also