Visual InterDev

movePrevious Method

See Also      Applies To

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

Syntax

object.movePrevious()

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.


Send feedback to MSDN.Look here for MSDN Online resources.