Harbour Reference Guide

 

ORDLISTREBUILD()

Rebuild all Orders in the Order List of the current work area

Syntax

ORDLISTREBUILD() --> NIL

Arguments


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

Tests

Status

Started

Compliance


Platforms

All

Files

Library is rdd

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30