Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400IgnoreDecErrors Property
In This Topic
    Xfr400IgnoreDecErrors Property
    In This Topic
    Gets or sets whether Reflection ignores any decimal data errors found in a packed or zoned field during a transfer from an AS/400.
    Syntax
    expression.Xfr400IgnoreDecErrors As Boolean
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is False.

    When this property is True, decimal data errors are ignored. (Ignoring errors speeds up the transfer process.)

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