RecordSet.MoveFirst

From Xojo Documentation

Method

RecordSet.MoveFirst()

Supported for all project types and targets.

Moves the record pointer to the first record in the RecordSet.

Notes

Currently only supported by these databases:

Example

This example moves the record pointer to the first record in the RecordSet.

// move to the first record
rs.MoveFirst