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