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


In This Topic
    Xfr400CompatibleAsciiFile Property
    In This Topic
    Returns or specifies whether InfoConnect uses the buffer length or the field length of a packed decimal field to determine the size of fields on the PC.
    Syntax
    'Declaration
     
    
    Property Xfr400CompatibleAsciiFile As Boolean
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As Boolean
     
    instance.Xfr400CompatibleAsciiFile = value
     
    value = instance.Xfr400CompatibleAsciiFile
    bool Xfr400CompatibleAsciiFile {get; set;}

    Property Value

    The default value is False for all versons of InfoConnect except Japanese versions. (The default for Japanese versions of Reflecton is True.)
    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
    This mimics the way that Micro Focus RUMBA and Extra! perform this operation. When set to false, the extra byte in front of even length fields is eliminated.

    This setting applies to 5250 sessions only.

    See Also