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