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>skipfilter()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 skipFilter()
 Reposition cursor respecting any filter setting
------------------------------------------------------------------------------
 Prototype

     ERRCODE skipFilter(
                             AREAP wa,
                             LONG count
                          )

 Arguments

     wa is a pointer to self.

     count is the number of rows to skip.

 Description

     skipFilter() skips to the next visible record, obeying filter and scope conditions as
     well as the deleted row settings.  skipFilter() is provided for skip()
     optimization.

 Default Behavior

     Sets wa->fBof and wa->fEof, as appropriate.

 Implementation Notes

     .  If your RDD supports relations, update relations with a
        forceRel() prior to attempting relative movement.

 Files  Header file is Rdd.api.


See Also: AREA forceRel() skip() skipRaw()

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