Click or drag to resize

DbServer.INDEXORD Method

X#
Return the ordinal position of the controlling order in the order list. (Similar to the IndexOrd() function.)

Namespace:  VO
Assembly:  VORDDClasses (in VORDDClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD INDEXORD() AS USUAL
Request Example View Source

Return Value

Type: Usual
An integer numeric value. The value returned is equal to the position of the controlling index in the list of open indexes for the current work area. A value of 0 indicates that there is no controlling index and records are being accessed in natural order.
See Also