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