Purpose
Remove single or all orders associated with the data.
Class
Type
Method
Syntax
<oArrayServer>:ClearOrder([<iOrderNo>]) Æ lSuccess
Arguments
| <iOrderNo> | Number of the order that is to be removed. If omitted, all orders are removed. To remove the current order, the value 0 can be indicated. | 
| Data Type: | DWord | 
Return Value
| lSuccess | A logical value indicates whether the order was removed or not. | 
| TRUE | The order was removed. | 
| FALSE | The order could not be removed. | 
| Data Type: | Logic | 
Description
bArrayServer:ClearOrder() removes one or all orders that were set before by the method bArrayServer:CreateOrder().
With an order, the logical sequence of the records can be changed.
See Also
Page url: http://www.YOURSERVER.com/index.html?barrayserver_clearorder.htm