InfoConnect for Airlines VBA Guide
Xfr400LocalFile Property
Gets or sets the name of the PC file to send or receive in AS/400 data transfers.
Syntax
Object.Xfr400LocalFile As String

Property Value

The default value is "".
Remarks
If no path is provided, InfoConnect uses the folder specified by XfrCurrentDirectory.

For example, the following statements set the local transfer file to "C:\test\Payroll":

FileTransfer.XfrCurrentDirectory = "C:\Test"

FileTransfer.Xfr400LocalFile = "Payroll"

When you receive data to a local file, the value of the Xfr400OutputDest property should be set to AS400File (the default value).

This property is only relevant for 5250 sessions. The default is "". This string can contain up to 260 characters.

The value of this property is not saved when you save a InfoConnect settings file, but is saved when you save a transfer request file.

See Also