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