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>orderlistclear()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 orderListClear()
 Clear the current Order List
------------------------------------------------------------------------------
 Prototype

     ERRCODE orderListClear(
                             WORKAREAP wa
                           )

 Arguments

     wa is a pointer to self.

 Description

     Clears the Order List currently in use by the workarea referenced by wa.

 Default Behavior

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

 Implementation Notes

     .  Before you clear Orders, bring the database to a cold state
        with the SELFGOCOLD() method.  Also, flush to disk and deallocate any
        memory buffers maintained by the Order Lists.

 Files:  Header file is Rdd.api.


See Also: WORKAREA goCold() orderListAdd()

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