April 2017
Intermediate to advanced
706 pages
17h 8m
English
These functions allow us to retrieve the filters on a single field or all the filters on a record (table) and assign the result to a text variable. The syntaxes are as follows:
ResultString := FilteredRecord.GETFILTER(FilteredField) ResultString := FilteredRecord.GETFILTERS
Similar functions exist for Query Objects. Those syntaxes are as follows:
ResultString := FilteredQuery.GETFILTER(FilteredColumn) ResultString := FilteredQuery.GETFILTERS
The text contents of ResultString will contain an identifier for each filtered field and the currently applied value of the filter. GETFILTERS is often used to retrieve the filters on a table and print them as part of a report heading. The ResultString will look ...
Read now
Unlock full access