InfoConnect for Airlines VBA Guide
Xfr400IgnoreDecErrors Property
Gets or sets whether InfoConnect ignores any decimal data errors found in a packed or zoned field during a transfer from an AS/400.
Syntax
Object.Xfr400IgnoreDecErrors As Boolean

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