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.3 . Technical Reference - <b>filtertext()</b> http://www.X-Hacker.org [<<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()

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