recordNumber property
Retrieves the ordinal record from the data set that generated the object.
Syntax
JavaScript |
p = object.recordNumber |
Property values
Type: Variant
the record number.
Remarks
This property applies to elements contained within a bound, repeated table.
You can use this property with the ADO recordset, which is available from every data source object through the object's recordset property.