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

    Parameters

    startRow
    Start row position.
    startColumn
    Start column position.
    fieldLength
    Length of the field.
    fieldtype
    Type of the field.
    findoption
    The direction of the search.

    Return Value

    A host field that matches the specified field length and attributes, or null 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