| SecureUser |
| VERBatim - V25 |
| @ATTACK - @Files.System |
| Advanced Revelation Initialisation Sequence (Overview) by Mike Pope |
| REVMEDIA Revisted |
| QTIPS - Toggling Bell |
| @ATTACK - @Environ.Set |
| @ATTACK - @Environ.Keys |
| @ATTACK - @Help.Level |
| @ATTACK - @TCL.Stack |
| Reader's Clinic - ReEnable TCL from Debugger |
| QTIPS - Time-outs in Windows |
RevMedia FKB
| Document | V1I9A3 |
| Title | QTIPS - Toggling Bell |
| Keywords | BELL %B% @ENVIRON.SET |
| Text | A reader recently asked how she could get some messages to sound a beep when displaying but prevent others SETTING the appropriate prompt in the environment window caused all messages to bell There are two ways of achieving this depending upon whether you want a particular message ALWAYS to bell or whether you want the bell status to be toggled depending upon circumstances The first method is simply to place the literal %B% within the body of the message which will be interpreted as a bell at display EG MESSAGE = "FATAL ERROR %B%" CALL MSG(MESSAGE "" "" "") The second method relies upon toggling the system environment parameter which controls whether a bell sounds WITH a message This is in @ENVIRON SET<34> If a bell is desired toggle this field to 1 EG MESSAGE = "FATAL ERROR" @ENVIRON SET<24> = 1 CALL MSG(MESSAGE "" "" "") @ENVIRON SET<24> = 0 (Volume 1 Issue 9 Page 3) |
Page last modified: 30/01/03