Programming with Reflection

image\rwnprg32.gif Xfr400RefFile property

 

Syntax

object.Xfr400RefFile
object.Xfr400RefFile = Value

Data type

String

 

Description

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.

Values

The default is "".

This string can be up to 220 characters long.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property