MoveFirst, MoveLast, MoveNext, and MovePrevious Methods (RDS)

Microsoft ActiveX Data Objects (ADO)

RDS 2.5 API Reference

MoveFirst, MoveLast, MoveNext, and MovePrevious Methods (RDS)

Moves to the first, last, next, or previous record in a specified Recordset object.

Syntax

DataControl.Recordset.{MoveFirst | MoveLast | MoveNext | MovePrevious}

Parameters

DataControl
An object variable that represents an RDS.DataControl object.

Remarks

You can use the Move methods with the RDS.DataControl object to navigate through the data records in the data-bound controls on a Web page. For example, suppose you display a Recordset in a grid by binding to an RDS.DataControl object. You can then include First, Last, Next, and Previous buttons that users can click to move to the first, last, next, or previous record in the displayed Recordset. You do this by calling the MoveFirst, MoveLast, MoveNext, and MovePrevious methods of the RDS.DataControl object in the onClick procedures for the First, Last, Next, and Previous buttons, respectively. The Address Book example shows how to do this.

See Also

Move Method | MoveFirst, MoveLast, MoveNext, and MovePrevious Methods | MoveRecord Method

Applies To: DataControl Object (RDS)

© 1998-2003 Microsoft Corporation. All rights reserved.