InfoConnect for Airlines VBA Guide
WaitForCursor1 Function (IbmScreen)
Wait timeout value (milliseconds).
Screen row position.
Screen column position.
Waits for the cursor to be at the specified screen location.
Syntax
object.WaitForCursor1( _
   ByVal timeout As Long, _
   ByVal row As Long, _
   ByVal column As Long _
) As ReturnCode

Parameters

timeout
Wait timeout value (milliseconds).
row
Screen row position.
column
Screen column position.

Return Value

One of the ReturnCode enum values
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException This exception is thrown if the row or column parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
See Also