Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

GET_FILTER( [ cAlias ] )

Purpose

Get the filter currently in effect in a given work area, if any.

Arguments

     cAlias -- if passed, alias of work area to search for filter;
                   defaults to current work area

Setup

cAlias must be a valid work area. Conditional index filters must be
held in the public array aafilter[]. Thus, if not being called from
THE_USUAL(), INIT_QUERY() must be called first.

Example

     USE CUSTOMER
     SET FILTER TO ACCOUNT_NO > "10010"
     ? GET_FILTER() && --> 'ACCOUNT_NO > "10010"'

Returns

If a filter is in effect, it is returned, otherwise, "" is returned.

Side Effects

Crash on bad setup.

Artful Calls

None.

Source Files

AA_FILTR.PRG, AM_FILTR.PRG

See Also: SET_FILTER() FILTR_TYPE()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson