DataNavigator.movePrevious

Overview | Methods | This Package | All Packages

DataNavigator.movePrevious

Moves the underlying recordset to the previous record.

Syntax

protected void movePrevious( Recordset recordset )

Parameters

recordset

A Recordset object that represents the underlying recordset.

Remarks

This method is invoked when the user presses the button to move to the previous record. Note that if the first record is current when movePrevious is called, the position of the recordset will remain unchanged.

You can override movePrevious to add your own error handling or additional behavior.

See Also   moveFirst, moveLast, moveNext