List of RecordsetCursor methods

From m204wiki
Revision as of 20:30, 1 November 2011 by JALWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following are the available RecordsetCursor class methods.

MethodDescription
CloseDiscard a RecordsetCursor object
CurrentRecordCreate Record object from current record in the set
FileNameReturn name of file containing the record at the current cursor position
FirstMove cursor to the first record in the set
LastMove cursor to the last record in the set
LockStrengthReturn lock strength of RecordsetCursor object
LoopLockStrengthSet or return minimum lock strength of records in For Record At loops
NewCreate a new RecordsetCursor object
NextMove cursor to the next record in the set
PAI
PreviousMove cursor to the previous record in the set
PrintAllInformation
RecordNumberReturn record number of record at current cursor position
StateReturn current state of RecordSetCursor
ToStringInformation about RecordSetCursor

See also