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>orderlistrebuild()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 orderListRebuild()
 Rebuild all orders in the specified work area
------------------------------------------------------------------------------
 Prototype

     ERRCODE orderListRebuild(
                                      AREAP wa
                                 )

 Arguments

     wa is a pointer to self.

 Description

     orderListRebuild() causes all orders in use by wa to be rebuilt.

 Default Behavior

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

 Implementation Notes

     .  Prior to a orderListRebuild() call, the work area buffer
        should be written to disk with a call to SELF_GOCOLD().

     .  In a shared or read-only work area, care should be taken to
        observe network etiquette.

     .  orderListRebuild() should build the orders from scratch
        without depending on any calculated information already available in
        order to ensure maximum integrity of data.

     .  Once orderListRebuild() is complete, the rebuilt order
        should be in control and a SELF_GOTOP() should be issued to remain
        consistent with the CA-Clipper DML.

 Files  Header file is Rdd.api.


See Also: AREA goCold() goTop() orderCreate()

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