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>orderlistfocus()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 orderListFocus()
 Select the controlling order
------------------------------------------------------------------------------
 Prototype

     ERRCODE orderListFocus(
                                   AREAP wa,
                                   USHORT order
                                )

 Arguments

     wa is a pointer to self.

     order is a numeric value that indicates the order number to select.

 Description

     orderListFocus() selects the logical order of the table based on order.

 Default Behavior

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

 Implementation Notes

     .  Before you can attach an order to the work area, write the
        work area's buffer to disk through a SELF_GOCOLD() call.

     .  The number in order is the position of the order in the
        controlling key list.

 Files  Header file is Rdd.api.


See Also: AREA goCold() orderListAdd()

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