Visual InterDev

moveNext Method

See Also      Applies To

Moves the cursor forward by one record within the Recordset object.

Syntax

object.moveNext()

Parameters

object

A script object.

Remarks

The methods you can use for moving the cursor are move, moveAbsolute, moveFirst, moveLast, movePrevious, and moveNext.