 |
ALPHA-VISION® Actions for Listbox: Crsr_OpenAlarm
|
Crsr_OpenAlarm
SUMMARY
Crsr_OpenAlarm - Open Alarm cursor (archive)
SYNTAX
Crsr_OpenAlarm(
<CursorID>)
ARGUMENTS
- CursorID
-
- Connects the Listbox to a resource.
DESCRIPTION
Opens an alarm cursor.
Note:
On alarms it is distinguished between acknowledged and
unacknowledged alarms.
See also:
Flt_AlrmActGE
EXAMPLES
Crsr_OpenAlarm(ALARM)
Syntax Notation
- [aaa]
- aaa is optional (zero or one occurences)
- (aaa|bbb)
- aaa exclusive or bbb
- (aaa)*
- aaa may occur indefinitely often or may be omitted
- (aaa)+
- aaa may occur indefinitely often but at least once
- (aaa)m..n
- aaa may occur from m to n times