InfoConnect for Airlines VBA Guide
IsAttribute Function (IbmScreen)
Field row location.
Field column location.
Tests whether the specified screen location is a field attribute position.
Syntax
object.IsAttribute( _
   ByVal row As Long, _
   ByVal column As Long _
) As Boolean

Parameters

row
Field row location.
column
Field column location.

Return Value

The location is a field attribute position or not.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException 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