InfoConnect for Airlines VBA Guide
Xfr400ReceiveConversion Property
Gets or sets a conversion format for files received from an AS/400.
Syntax
Object.Xfr400ReceiveConversion As AS400ReceiveConversionOption
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