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>gobottom()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 goBottom()
 Position cursor at the last logical identity (record)
------------------------------------------------------------------------------
 Prototype

     ERRCODE goBottom(
                       WORKAREAP wa
                     )

 Arguments

     wa is a pointer to self.

 Description

     Repositions the workarea cursor for wa to the last logical data item.

 Default Behavior

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

 Implementation Notes

     .  When positioning to the last logical data item, goBottom()
        should respect any active scopes or filters.  This method emulates
        the CA-Clipper GOTO BOTTOM command.

     .  If an Order is attached to your implementation of workarea,
        you must use the bottom data item based on the correct row order and
        respect any scoping or filtering.

 Files:  Header file is Rdd.api.


See Also: WORKAREA goTo() goTop()

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