Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400AssumePositiveNumerics Property
In This Topic
    Xfr400AssumePositiveNumerics Property
    In This Topic
    Gets or sets whether Reflection looks for a negative sign (-) or a blank (positive) in the first byte of numeric fields in fixed column ASCII database files.
    Syntax
    expression.Xfr400AssumePositiveNumerics As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default is False.

    Change this value only if your database contains fields without leading negative signs or blanks.

    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 terminal sessions.
    See Also