 |
ALPHA-VISION® Actions for Listbox: Flt_MePoArchAcknable
|
Flt_MePoArchAcknable
SUMMARY
Flt_ArchAcknable - Set Acknowledgeable Filter
SYNTAX
Flt_ArchAcknable(CursorId)
ARGUMENTS
- CursorId
-
- Connects the Listbox to a resource.
DESCRIPTION
Filters for Data Objects that may be acknowledged.
That are Data Objects not being member of an Acknowledge-Group, or the
User-Profile of the logged in user contains the Function-Number the
Acknowledge-Group is protected by.
EXAMPLES
Flt_ArchAcknable(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