InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IFileTransfer Interface / Xfr400IgnoreDecErrors Property


In This Topic
    Xfr400IgnoreDecErrors Property
    In This Topic
    Returns or specifies whether InfoConnect is to ignore any decimal data errors found in a packed or zoned field during a transfer from the AS/400.
    Syntax
    'Declaration
     
    
    Property Xfr400IgnoreDecErrors As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.Xfr400IgnoreDecErrors = value
     
    value = instance.Xfr400IgnoreDecErrors
    bool Xfr400IgnoreDecErrors {get; set;}

    Property Value

    The default value is False.
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify an InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
    Remarks
    When this property is True, decimal data errors are ignored. Ignoring errors speeds up the transfer process.This property affects AS/400 data transfer and is only relevant to 5250 sessions.
    See Also