RecordNumber (RecordsetCursor function)

From m204wiki
Revision as of 00:13, 27 April 2011 by JAL2 (talk | contribs)
Jump to navigation Jump to search

Return record number of record at current cursor position (RecordsetCursor class)


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".

See also