Moves the underlying recordset to the last record.
protected void moveLast( 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 last record. You can override moveLast to add your own error handling or additional behavior.
See Also moveFirst, moveNext, movePrevious