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

    Gets or sets a value indicating whether to sound a beep when the cursor moves to the eighth position before the end of the row and when the cursor reaches any position on the last row.

    If false, the cursor location beep does not sound.

    Syntax
    expression.ScreenAlarm As Boolean
    where expression is a variable that represents a UtsTerminal Object
    See Also