InfoConnect for Unisys
FindField Method (IT27Screen)


Locates a field starting from the specified row and column.
Overload List
OverloadDescription
FindField(Int32,Int32,FindOption)Locates a field starting from the specified row and column.  
FindField(Int32,Int32,Int32,FindOption)Locates a field that matches the specified field length, starting from the specified row and column.  
FindField(Int32,Int32,FieldType,FindOption)Locates a field that matches the specified field attributes, starting from the specified row and column.  
FindField(Int32,Int32,Int32,FieldType,FindOption)Locates a field that matches the specified field length and field attributes, starting from the specified row and column.  
See Also