InfoConnect for Airlines VBA Guide
WaitForKeyboardEnabled Function (UtsScreen)
wait time out value (in milliseconds).
duration time to specify how long the keyboard must remain enabled (in seconds).
Wait for the keyboard to be unloacked enabled and ready for additional input.
Syntax
object.WaitForKeyboardEnabled( _
   ByVal timeout As Long, _
   ByVal duration As Long _
) As ReturnCode

Parameters

timeout
wait time out value (in milliseconds).
duration
duration time to specify how long the keyboard must remain enabled (in seconds).

Return Value

ReturnCode object.
See Also