Difference between revisions of "SET PCFILTER"

From Recital Documentation Wiki
Jump to: navigation, search
 
Line 33: Line 33:
 
==Products==
 
==Products==
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
 +
[[Category:Documentation]]
 +
[[Category:Commands]]
 +
[[Category:Set_Commands]]

Revision as of 17:16, 10 March 2009

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