Cicode Programming Reference > Cicode Function Categories > Alarm Filter Functions > AlarmResetQuery

AlarmResetQuery

Clears the filter of the specified filter source. Used to reset the filter set up by the Cicode function AlarmFilterForm(). This function uses the AlarmFilterEdit family of Cicode functions, to reset the filter.

Note: If the user passes in the Animation number of an alarm list as its FitlerSrc argument, the filter set by this function will override the filter set by function AlarmSetInfo() as both functions modify the internal filter associated with the alarm list.

Syntax

AlarmResetQuery(STRING FilterSrc)

FilterSrc

The source where the filter will be applied to. It can either be the Animation Number (AN) of an alarm list or the name of a filter created via the AlarmFilterOpen() Cicode function. If it is not specified, it is defaulted to -1 which refers to all alarm lists on the current page.

Return Value

None

Related Functions

AlarmFilterForm,

See Also

Alarm Filter Help available when using the Legacy Alarm Filter Form

Published June 2018