Flt_MePoAudAlrm

SUMMARY

Flt_MePoAudAlrm - Set Audio Alarm Group Filter

SYNTAX

Flt_MePoAudAlrm(<CursorID>,<AlrmGrp>)

ARGUMENTS

CursorId
- Connects the Listbox to a resource.
AlrmGrp
- Defines the Audio Alarm Group to be filtered for.

DESCRIPTION

For the named cursor the archive entries are filtered for the defined Audio Alarm Group.
MPs may be allocated to one of 0 to 7 Audio Alarm Groups;
there are used to initiate audible alarms.

EXAMPLES

Flt_MePoAudAlrm(Alarm,3)
Filters for Audio Alarm Group 3


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