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

SET_FILTER( xcCondition[, nType[, cAlias ;

                 [, lOk_to_mov ]]] )

Purpose

Set a normal or optimised filter.

Arguments

     xcCondition -- filter to set

     nType -- if passed, type of filter to use (0 = SET FILTER, 1 =
              conditional index), default 0.

     cAlias -- if passed, work area, else current one

     lOk_to_mov -- if passed, omit 'verify' query before moving in the file

Setup

The environment created by QUERY() is assumed.

Example

     x = SET_FILTER( query_str )

Returns

.T. if successful, else .F.

Side Effects

All those of setting a filter.

Artful Calls

Q_OPTIMIZE, FILTR_TYPE, VERIFY, POP_MSG, SET_ORDER

Source Files

AA_FILTR.PRG, AM_FILTR.PRG

See Also: Q_OPTIMIZE() FILTR_TYPE() VERIFY() POP_MSG() SET_ORDER()

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