Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Terminal Object / TerminalSound Property
In This Topic
TerminalSound Property
In This Topic
Gets or sets how beeps sound.
Syntax
expression.TerminalSound As TerminalSoundOption
where expression is a variable that represents a Terminal Object

Property Value

A TerminalSoundOption value
Remarks
All values (except Simple and DosBeep) take advantage of multimedia support in Windows and require a sound board or the PC speaker driver (Speaker.drv).

You may lose some characters sent from the host if all the following are true:

You have the PC speaker driver installed under Windows.

You're connected serially (that is, through COM1, COM2, COM3, or COM4).

TerminalSound is set to a value other than Simple (the default).

If you experience problems, set TerminalSound to Simple or DosBeep.

See Also