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