BtTable:SetOrder()
<< Click to Display Table of Contents >>
BtTable:SetOrder()
|
|
Purpose
Change the index order for the given server
Prototype
METHOD SetOrder ( uOrder AS USUAL ) AS LOGIC PASCAL CLASS BtTable
Argument(s)
<uOrder> New order to select for the server. 0 means: set to physical order
Return
LOGIC was the new order selected succesfully. FALSE could mean:
- Invalid index number (> indexCount or < 0)
- Invalid index name
See Also