 |
ALPHA-VISION® Actions for Listbox: Flt_MePoHasArch
|
Flt_MePoHasArch
SUMMARY
Flt_MePoHasArch - Set Has Archive Filter
SYNTAX
Flt_MePoHasArch(
<CursorID>)
ARGUMENTS
- CursorId
-
- Connects the Listbox to a resource.
DESCRIPTION
Via the attribute "Has Archive" all Measuring Points marked for
archiving are listed.
That attribute "Has Archive" is set via:
- Selecting the Measuring Points using the subprogram
DoArch
- Selecting ALLE MPs, via the file
VISION2000.ini
- the entry AllObjsHaveArchive=1 is set.
EXAMPLES
Flt_MePoHasArch(AFI)
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