Moves the underlying recordset to the previous record.
protected void movePrevious( Recordset recordset )
recordset
A Recordset object that represents the underlying recordset.
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