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>skipraw()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 skipRaw()
 Reposition cursor regardless of filter
------------------------------------------------------------------------------
 Prototype

     ERRCODE skipRaw(
                      WORKAREAP wa,
                      LONG numToSkip
                    )

 Arguments

     wa is a pointer to self.

     numToSkip is the number of rows to skip.  A positive number
     indicates moving forward in the table, while a negative number indicates
     backwards movement.

 Description

     Relatively repositions the workarea cursor numToSkip rows regardless of
     filter settings.  skipRaw() is the base movement method for all relative
     workarea movements.

 Default Behavior

     You must implement the default behavior of this method through a
     subclass.

 Implementation Notes

     .  If an Order is imposed on the workarea by an index or other
        such structure, skipRaw() should always follow that Order.

     .  In some systems, an absolute reposition using goTo() may be an
        appropriate implementation of skipRaw().

     .  skipRaw() must be able to accept a zero value for numToSkip,
        indicating that the row at the current cursor position should be
        committed (see flush()).

 Files:  Header file is Rdd.api.


See Also: WORKAREA flush() goTo() skip() skipFilter()

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