Visual InterDev
Moves the cursor to the last record of the Recordset object.
Syntax
object.moveLast()
Parameters
object
A script object.
Remarks
Returns True if successful and False if not successful.
The methods you can use for moving the cursor are move, moveAbsolute, moveFirst, moveLast, movePrevious, and moveNext.