InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / WaitForKeyboardEnabled Method
wait time out value (in milliseconds).
duration time to specify how long the keyboard must remain enabled (in seconds).
In This Topic
    WaitForKeyboardEnabled Method (T27Screen)
    In This Topic
    Wait for the keyboard to be unloacked enabled and ready for additional input.
    Syntax
    expression.WaitForKeyboardEnabled( _
       ByVal timeout As Integer, _
       ByVal duration As Integer _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    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