Visual InterDev

moveFirst Method

See Also      Applies To

Moves the cursor to the first record of the Recordset object.

Syntax

object.moveFirst()

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.