Click or drag to resize

DataServer.RecNo Property

X#
A numeric value representing the current record number, identifying the position of the record pointer in this data server.

Namespace:  VO
Assembly:  VOSystemClasses (in VOSystemClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY RecNo AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A numeric value representing the current record number, identifying the position of the record pointer in this data server.
Remarks
A numeric value representing the current record number, identifying the position of the record pointer in this data server. Assigning a value to DataServer:RecNo is equivalent to executing DataServer:GoTo(); both reposition the record pointer on the given record.
Tip Tip
Some types of data servers cannot support movement by record number.
See Also