Overview | Methods | This Package | All Packages
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.