InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / WaitForText1 Method
Wait timeout value in milliseconds.
Text string.
Row position.
Column position.
Text comparison option.
In This Topic
    WaitForText1 Method (T27Screen)
    In This Topic
    Waits for the specified text to appear at the specified screen location. TextComparisonOption indicates desired text string comparison.
    Syntax
    expression.WaitForText1( _
       ByVal timeout As Integer, _
       ByVal text As String, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal options As TextComparisonOption _
    ) As ReturnCode
    where expression is a variable that represents a T27Screen Object

    Parameters

    timeout
    Wait timeout value in milliseconds.
    text
    Text string.
    row
    Row position.
    column
    Column position.
    options
    Text comparison option.

    Return Value

    One of the ReturnCode enum values
    Exceptions
    ExceptionDescription
    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