RecordNumber (RecordsetCursor function)
Return record number of record at current cursor position (RecordsetCursor class)
Returns the record number of the record at the
current cursor position.
Syntax
%number = recordsetCursor:RecordNumber
Syntax terms
%recnum | A numeric variable to contain the returned value of RecordNumber. |
---|---|
%rscursor | An instantiated RecordsetCursor object. |
Usage Note
- RecordNumber is only valid if the cursor state is HasRecord. For more information, see "Cursor state".