InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / SendKeys Method
Text to be sent to the host.
In This Topic
    SendKeys Method (T27Screen)
    In This Topic
    Sends the text string to the host.
    Syntax
    expression.SendKeys( _
       ByVal text As String _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    text
    Text to be sent to the host.

    Return Value

    ReturnCode indicates success, failure, or a warning condition if the cursor position reaches the screen boundary.
    See Also