Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / FileTransfer Object / WRQStartServer Method
In This Topic
    WRQStartServer Method
    In This Topic
    Starts the WRQ/Reflection protocol host server in preparation for multiple file transfers.
    Syntax
    expression.WRQStartServer() As ReturnCode
    where expression is a variable that represents a FileTransfer Object

    Return Value

    One of the following ReturnCode enumerated values.

    Member Description
    Cancelled Cancelled.
    Error Error.
    PermissionRequired Permission is required.
    Success Success.
    Timeout Timeout condition.
    Truncated The text is truncated.

    Remarks
    Most menu commands and all toolbar buttons are disabled when Reflection is in server mode.
    See Also