recordset.movenext

Description

The movenext method procedure of the recordset object type is used to move to the next record in the current recordset of an open recordset object.

Example

For example, if you have a recordset object reference rs that refers to an open recordset then the following call:

   rs.movenext

will move to the next record in the recordset.

Portability

Operating Systems: All
Standard Pascal: No