Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400LocalFile Property
In This Topic
    Xfr400LocalFile Property
    In This Topic
    Gets or sets the name of the PC file to send or receive in AS/400 data transfers.
    Syntax
    expression.Xfr400LocalFile As String
    where expression is a variable that represents a FileTransfer Object

    Property Value

    The default value is "".
    Remarks
    If no path is provided, Reflection 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 Reflection settings file, but is saved when you save a transfer request file.

    See Also