InfoConnect for Airlines VBA Guide
IsSignedNumericField Property (HostField)
Gets a value that indicates whether the field is a signed numeric field. Note: IScreenDataConstants.FIELD_SIGNED_NUMERIC
Syntax
Object.IsSignedNumericField As Boolean
Example
Dim host As HostField 
Dim signedNumericField As Boolean = host.IsSignedNumericField
See Also