InfoConnect for Unisys VBA Guide
Xfr400RefFile Property
Gets or sets the reference file that will be used to set the definitions of fields for the new AS/400 file.
Syntax
Object.Xfr400RefFile As String
Remarks

This property is only relevant when Xfr400Objects is set to CreateFileAndMember and Xfr400UseDescriptionFile is True.

Specify a reference file using the following syntax:

[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:

FileTransfer.Xfr400RefFile = "mylib/myfile"

This property affects AS/400 data transfer and is only relevant for 5250 sessions. The default is "". This string can contain up to 220 characters.

For more information on creating AS/400 files, see your AS/400 documentation.

See Also

 

 


2015 Attachmate

Send Feedback