Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400ReceiveConversion Property
In This Topic
    Xfr400ReceiveConversion Property
    In This Topic
    Gets or sets a conversion format for files received from an AS/400.
    Syntax
    expression.Xfr400ReceiveConversion As AS400ReceiveConversionOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An AS400ReceiveConversionOption Enumeration value.
    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