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