Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / FileTransfer Object / Xfr400Objects Property
In This Topic
    Xfr400Objects Property
    In This Topic
    Gets or sets whether data is transferred to a new member on the AS/400 or to an existing member, and whether the file that contains the member already exists.
    Syntax
    expression.Xfr400Objects As AS400ObjectsOption
    where expression is a variable that represents a FileTransfer Object

    Property Value

    An AS400ObjectsOption Enumeration value. The default value (RepMemberConf) specifies to send to an existing member in an existing file.

    Before overwriting the existing member, Reflection prompts to confirm the overwrite action.

    Remarks
    This property affects AS/400 data transfer and is only relevant for 5250 sessions.
    See Also