AdoRecordSet:Move()

<< Click to Display Table of Contents >>

Navigation:  Ado Classes > AdoRecordset Class >

AdoRecordSet:Move()

Previous pageReturn to chapter overviewNext page

Purpose

Moves the position of the current record in a Recordset object

 

Prototype

METHOD Move ( nNumRecords AS LONG, bmStart AS USUAL  )  AS VOID PASCAL CLASS AdoRecordSet

 

Argument(s)

nNumRecords        Long: the number of records the current record position moves

bmStart        (Optional) A bookmark. You can also use a BookmarkEnum value

 

 

See Also

AdoRecordSet, AdoRecordSet:AbsolutePosition, AdoBookmarkEnum