InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / HostField Object / IsSignedNumericField Property
Example
In This Topic
    IsSignedNumericField Property (HostField)
    In This Topic
    Gets a value that indicates whether the field is a signed numeric field. Note: IScreenDataConstants.FIELD_SIGNED_NUMERIC
    Syntax
    expression.IsSignedNumericField As Boolean
    where expression is a variable that represents a HostField Object
    Example
    Dim host As HostField 
    Dim signedNumericField As Boolean = host.IsSignedNumericField
    See Also