Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>dbclearfilter()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBCLEARFILTER()
 Clear a filter condition
------------------------------------------------------------------------------
 Syntax

     DBCLEARFILTER() --> NIL

 Returns

     DBCLEARFILTER() always returns NIL.

 Description

     DBCLEARFILTER() clears the logical filter condition, if any, for the
     current work area.

     DBCLEARFILTER() performs the same function as the standard SET FILTER
     command with no expression specified.  For more information, refer to
     the SET FILTER command.

 Notes

     .  Logical records: DBCLEARFILTER() affects the logical
        visibility of records in the current work area.  For more
        information, refer to DBSETFILTER() and the SET FILTER command.

 Examples

     .  The following example sets a filter, LISTs data as filtered
        and then clears the filter:

        USE Employee NEW
        DBSETFILTER( {|| Age < 40}, "Age < 40" )
        LIST Employee->Name
        DBCLEARFILTER()
        DBCLEARFILTER()

 Files:  Library is CLIPPER.LIB.

See Also: DBFILTER() DBSETFILTER() SET DELETED SET FILTER

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