xHarbour Reference Documentation > Function Reference |
Selects the controlling index.
DbSetOrder( <nIndexPos> ) --> NIL
The return value is always NIL.
DbSetOrder() exists for compatibility reasons. It is superseded by OrdSetFocus().
See also: | DbClearIndex(), DbCreateIndex(), DbSetIndex(), OrdSetFocus(), SET ORDER |
Category: | Database functions , Index functions |
Source: | rdd\rddord.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
// refer to the OrdSetFocus() function for an example
http://www.xHarbour.com