Last (RecordsetCursor function)

From m204wiki
Revision as of 20:38, 12 November 2012 by JAL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Move cursor to the last record in the set (RecordsetCursor class)

Valid in any state, this callable method positions the cursor on the last record in the set, and it leaves the cursor in the HasRecord state.

Syntax

[%cursorState =] recordsetCursor:Last

Syntax terms

%cursorState If specified, a declared enumeration object of type CursorState to contain the state of the cursor after the completion of Last. Valid values are described in "Cursor state".
recordsetCursor A RecordsetCursor object.

See also