Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ConnectionSettingsModem Object / ModemShowDisconnectErrors Property
In This Topic
    ModemShowDisconnectErrors Property
    In This Topic
    Determines whether the "Remote Party Disconnected" error appears when the modem connection is dropped.
    Syntax
    expression.ModemShowDisconnectErrors As Boolean
    where expression is a variable that represents a ConnectionSettingsModem Object
    Remarks
    Set this value to false if you are creating fully scripted modem connections and you want to ensure that they can run without user interaction. The default value is true. This value cannot be changed if the connection is open.
    See Also