[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
filterText()
Return filter condition of the specified work area
------------------------------------------------------------------------------
Prototype
ERRCODE filterText(
AREAP wa,
BYTEP cExpr
)
Arguments
wa is a pointer to self.
cExpr is a pointer to a buffer containing the text expression.
Description
filterText() returns a text string indicating the current filtering
condition set for the data store referenced by wa.
Default Behavior
The work area implementation returns the value at wa->dbfi.abFilterText.
Implementation Notes
. This method emulates CA-Clipper DBFILTER() function. Refer to
this function for more information regarding the rules of
implementation.
Files Header file is Rdd.api.
See Also:
AREA
setFilter()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson