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 . The Guide To CA-Clippe - <b>ordlistrebuild() function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ORDLISTREBUILD() function
 Rebuild all Orders in the Order List of the current work area
------------------------------------------------------------------------------
 Syntax

     ORDLISTREBUILD() --> NIL

 Returns

     ORDLISTREBUILD() always returns NIL.

 Description

     ORDLISTREBUILD() is an Order management function that rebuilds all the
     orders in the current or aliased Order List.

     To only rebuild a single Order use the function ORDCREATE().

     Unlike ORDCREATE(), this function rebuilds all Orders in the Order List.
     It is equivalent to REINDEX.

 Examples

     USE Customer NEW
     SET INDEX TO CuAcct, CuName, CuZip
     ORDLISTREBUILD()     // Causes CuAcct, CuName, CuZip to
                          // be rebuilt

 Status:  New

 See also:  REINDEX, INDEX, ORDCREATE()

See Also: REINDEX INDEX ORDCREATE()

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