InfoConnect for Airlines VBA Guide
Attributes Property (HostField)
Gets a bit mask that contains all of the field attributes.
Syntax
Example
Dim host As HostField
Dim attribute As FieldAttributes 
            
'Get FieldAttributes.
attribute = host.Attributes
See Also