DataNavigator.moveFirst

Overview | Methods | This Package | All Packages

DataNavigator.moveFirst

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