Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Advantage CA-Clipper Guide v6.11 - aofgetautoresolve() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 aofGetAutoResolve()
 Gets the flag whether to auto resolve partially optimized filters into
 fully optimized filters
------------------------------------------------------------------------------

Syntax

     aofGetAutoResolve() -> logical

Returns

     Returns a logical .T. if partially optimized filters should be
     automatically converted to fully optimized filters and .F. if
     automatic filter resolution will not be used.

Description

     aofGetAutoResolve() returns the current setting on whether partially
     optimized filters are automatically converted into fully optimized
     filters. The three functions that support this "auto resolve" setting
     are aofSetFilter(), aofReFilter(), and aofRebuildFilter(). If
     one of these three functions is called, it builds a partially optimized
     filter and the "auto resolve" setting is .T., then the partially
     optimized filter will automatically be converted into a fully optimized
     filter. The fully optimized filter conversion is performed by comparing
     all records in the filter against the filter condition.  Those
     records that do not pass the filter are removed.

Example

     ? aofGetAutoResolve()       // Returns .f. (default)
     aofSetAutoResolve( .t. )    // Turn automatic filter optimization on
     ? aofGetAutoResolve()       // Now returns .t.


See Also: aofSetAutoResolve() aofResolvePartial() aofSetFilter()

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