InfoConnect for Airlines VBA Guide
GetFields Function (IbmScreen)
FieldType enum selection.
Gets a host field collection that matches specifed fieldAttributes.
Syntax
object.GetFields( _
   ByVal fieldType As FieldType _
) As _HostField()

Parameters

fieldType
FieldType enum selection.

Return Value

Host field collection.
See Also