InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.UTS Library / UtsTerminal Object / BeepsOnSystemMessage Property
In This Topic
BeepsOnSystemMessage Property
In This Topic

Gets or sets the number of beeps to sound when the host sends a message.

Syntax
expression.BeepsOnSystemMessage As Integer
where expression is a variable that represents a UtsTerminal Object

Property Value

A value of 0 turns off the beep, and 99 causes the session to beep until a MessageWait command is issued. (For example, if using the PEPWIN.EKM keyboard map, a user would press CTRL+M to turn off the beep.) The valid range of values is 0 - 99 inclusive.
See Also