Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400RefFile Property
In This Topic
    Xfr400RefFile Property
    In This Topic
    Gets or sets the reference file that will be used to set the definitions of fields for the new AS/400 file.
    Syntax
    expression.Xfr400RefFile As String
    where expression is a variable that represents a FileTransfer Object
    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