Programming with Reflection

image\rwnprg32.gif Xfr400ReceiveConversion property

 

Syntax

object.Xfr400ReceiveConversion
object.Xfr400ReceiveConversion = Value

Data type

Enumeration

 

Description

Returns (first syntax line) or specifies (second syntax line) a conversion format for a file being received from an AS/400.

This property affects AS/400 data transfer and is only relevant for 5250 sessions.

Values

The default is rcAS400ASCII.

rcAS400ASCII Appropriate for files with no special formatting and fixed record widths.

rcAS400BasicSeq Separates all fields with commas and inserts quotation marks around character and hexadecimal fields.

rcAS400CommaDelim Separates fields with commas, but only inserts quotation marks around character fields that contain a comma or quotation mark.

rcAS400Dif Use for files transferred to and from Microsoft Excel. DIF files contain the names of the fields.

rcAS400DOSRandom Appropriate with host database applications that require data to be in this format.

rcAS400NoConversion Use for files that should not be translated.

rcAS400TabDelim Separates all fields with tabs and inserts quotation marks around character fields that contain a quotation mark.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property