 |
ALPHA-VISION® Actions for Listbox: Flt_DescrR
|
Flt_DescrR
SUMMARY
Flt_DescrR - Set flt description right aligned (arch)
SYNTAX
Flt_DescrR(
<CursorID>,
<Descr>)
ARGUMENTS
- CursorID
-
- Connects the Listbox to a resource.
- Descr
-
- Defines a Character-STRING.
DESCRIPTION
The ending of the DataObject-Descriptions is compared with the
defined Character-STRING, on matching the entry is displayed in the list.
Note:
If a leading space is to be defined the string must be framed
by quotation marks; e.g.: “ –zyl”
The filter is not case sensitive.
Message-ID: $PDSCR
- the message displayed in the status line if no filter criteria is specified
( May be used to prompt for in input.)
EXAMPLES
Flt_DescrR (Cursorname,SWE)
The list will only include Data Objects their description ends with ‘SWE’.
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