[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson