RecordNumber (RecordsetCursor function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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


Syntax

%number = recordsetCursor:RecordNumber

Syntax terms

%number A numeric variable to contain the returned value of RecordNumber.
recordsetCursor A RecordsetCursor object.

Usage Note

  • RecordNumber is only valid if the cursor state is HasRecord. For more information, see "Cursor state".

See also