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.2 . Technical Reference - <b>setfilter()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 setFilter()
 Set the filter condition for the workarea
------------------------------------------------------------------------------
 Prototype

     ERRCODE setFilter(
                        WORKAREAP wa,
                        DBFILTERINFOP dbFilterInfo
                      )

 Arguments

     wa is a pointer to self.

     dbFilterInfo is a pointer to a structure containing information
     about the filter condition set for the workarea.

 Description

     Sets a table filtering condition for the workarea.

 Default Behavior

     setFilter() sets the wa->filter to the filter expressions held in
     dbFilterInfo.

 Implementation Notes

     .  Prior to setting the new filter, setFilter() must perform a
        clearFilter() which is defined as releasing the Items held by the
        wa->filter structure.

 Files:  Header file is Rdd.api.


See Also: DBFILTERINFO WORKAREA clearFilter() filterText()

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