IndexOrd Function | |
Return the position of the controlling order within the order list.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION IndexOrd() AS LONG
public static int IndexOrd()
Request Example
View SourceReturn Value
Type:
Long
The position of the controlling order.
A value of 0 indicates either that no database file is open or that there is no controlling order and records are being accessed in natural order.
Remarks
This function is provided for compatibility only.
The recommended function for obtaining the position of the controlling order is DBOrderInfo(DBOI_NUMBER).
Examples See Also