C5_ORDLISTREBUILD

 ORDLISTREBUILD()
 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

See Also: REINDEX INDEX ORDCREATE()



One response to “C5_ORDLISTREBUILD

  1. Pingback: C5DG-3 RDD Reference | Viva Clipper !

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Google photo

You are commenting using your Google account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.