InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Screen Object / FindField3 Method
Start row position.
Start column position.
Length of the field.
Find direction that specifies the direction to search.
In This Topic
    FindField3 Method (T27Screen)
    In This Topic
    Locates a field that matches the specified field attributes, starting from the specified row and column.
    Syntax
    expression.FindField3( _
       ByVal startRow As Integer, _
       ByVal startColumn As Integer, _
       ByVal fieldtype As FieldType, _
       ByVal findoption As FindOption _
    ) As HostField object 
    where expression is a variable that represents a T27Screen Object

    Parameters

    startRow
    Start row position.
    startColumn
    Start column position.
    fieldtype
    Length of the field.
    findoption
    Find direction that specifies the direction to search.

    Return Value

    A host field that is found, or Nothing if it is not found.
    Exceptions
    ExceptionDescription
    This exception is thrown if the startRow or startColumn parameters are outside the range of valid values: (1 to Rows) or (1 to Columns).
    See Also