 |
ALPHA-VISION® Actions for Listbox: Crsr_ResetFltr
|
Crsr_ResetFltr
SUMMARY
Crsr_ResetFltr - Remove all filters from cursor
SYNTAX
Crsr_ResetFltr(
<CursorID>)
ARGUMENTS
- CursorID
-
- Connects the Listbox to a resource.
DESCRIPTION
Resets all filters; that is a precondition to set new ones.
A complete sequence of actions bound to a button might look like:
Crs_ResetFltr(ALARM)
Fltr_xxxxx (new Filter definition)
Crsr_Activate(ALARM)
EXAMPLES
Crs_ResetFltr(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