RecordNumber (RecordsetCursor function)
<section begin=dpl_desc/><section end=dpl_desc/>
RecordNumber is a member of the RecordsetCursor class.
Returns the record number of the record at the current cursor position.
Syntax
%recnum = %rscursor: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".