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


In This Topic
    Xfr400ReceiveConversion Property
    In This Topic
    Gets or sets a conversion format for a file being received from an AS/400.
    Syntax
    'Declaration
     
    
    Property Xfr400ReceiveConversion As AS400ReceiveConversionOption
    'Usage
     
    
    Dim instance As IFileTransfer
    Dim value As AS400ReceiveConversionOption
     
    instance.Xfr400ReceiveConversion = value
     
    value = instance.Xfr400ReceiveConversion
    AS400ReceiveConversionOption Xfr400ReceiveConversion {get; set;}
    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 property affects AS/400 data transfer and is only relevant for 5250 sessions.
    • Appropriate for files with no special formatting and fixed record widths. (The default.)
    • Separates all fields with commas and inserts quotation marks around character and hexadecimal fields.
    • Separates all fields with commas and inserts quotation marks around character fields that contain a comma or quotation mark.
    • Use for files transferred to and from Microsoft Excel. DIF files contain the names of the fields.
    • Appropriate with host database applications that require data to be in this format.
    • Use for files that should not be translated.
    • Separates all fields with tabs and inserts quotation marks around character fields that contain a quotation mark.
    See Also