 |
ALPHA-VISION® Actions for Listbox: Flt_ArchTechId
|
Flt_ArchTechId
SUMMARY
Flt_ArchTechId - Set flt technology group (arch)
SYNTAX
Flt_ArchTechId (
<CursorID>,
<TechId>)
ARGUMENTS
- CursorID
-
- Connects the Listbox to a resource.
- TechId
-
- Technology Group for filtering.
DESCRIPTION
For the named cursor the defined TechId is used as a filter on the
archive entries.
WARNING
The TechId of a data object has to be defined as a 2 character STRING!
EXAMPLES
Flt_ArchTechId (Cursorname, M1)
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