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

     ERRCODE goTop(
                       AREAP wa
                    )

 Arguments

     wa is a pointer to self.

 Description

     goTop() repositions the work area cursor for wa to the first logical data item.
     This method emulates the CA-Clipper GOTO TOP command.

 Default Behavior

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

 Implementation Notes

     .  When positioning to the first logical data item, goTop()
        should respect any active scopes or filters.

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

 Files  Header file is Rdd.api.


See Also: AREA goBottom() go()

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