Programming with Reflection
Xfr400RefFile property
Syntax |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) the reference file that contains the definitions of fields for the AS/400 being created. This property is only relevant when Xfr400Objects is set to rcCreateFileAndMember and Xfr400UseDescriptionFile is True.
The syntax for specifying a reference file is:
<library name>/<filename>
The <library name> indicates the library in which the reference file resides. The <filename> is the name of the AS/400 database file that contains the field descriptions. For example:
Session.Xfr400RefFile = "mylib/myfile"
For more information on creating AS/400 files, see your AS/400 documentation.
This property affects AS/400 data transfer and is only relevant for 5250 sessions.
The default is "".
This string can be up to 220 characters long.