SET PCFILTER

From Recital Documentation Wiki
Revision as of 14:07, 10 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SET PCFILTER

Class

Xbase Compatibility


Purpose

Provide compatibility with dBASE filters


Syntax

SET PCFILTER ON | OFF | (<expL>)


See Also

EDITFIELD(), FILETYPE(), INDEXEXT(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET EDITFIELD, SET FILECASE, SET FILETYPE, SET FILTER, SET INDEXEXT, SET MEMOEXT, SET PCEDIT, SET PCEXACT, SET PCFILTER, SET PCLOCKING, SET PCKEYS, SET PCPICTURE, SET PCSAYS, SET PCUNIQUE, DB_FOXPLUSBUGS, DB_FOXPROKEYS, DB_SAMBA


Description

The PCFILTER command allows compatibility with dBASE filter conditions.

When PCFILTER is ON, records that are outside the filter condition can be accessed and updated in the same way as in dBASE. When PCFILTER is set OFF, records that are outside the filter condition are never accessible. This command has been added to aid in the porting of applications that use this feature in dBASE. The default for PCFILTER is OFF.


Example

set pcfilter on
goto 23         && record outside of filter
replace fld_name with "new value"


Products

Recital Database Server, Recital Mirage Server, Recital Terminal Developer