 |
ALPHA-VISION® Actions for Listbox: Flt_MePoInh
|
Flt_MePoInh
SUMMARY
Flt_MePoInh - Set Inhibitted Filter
SYNTAX
Flt_MePoInh(
<CursorID>)
ARGUMENTS
- CursorId
-
Connects the Listbox to a resource.
DESCRIPTION
Filters for MPs that have at least 1 Status set to "inhibit".
Note:
The status of a MP can be set to "inhibit", if it enters that status
it will be marked as "BLOCKED".
EXAMPLES
Flt_MePoInh
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