RowSet.MoveToFirstRow

From Xojo Documentation

Method

RowSet.MoveToFirstRow()

New in 2019r2

Supported for all project types and targets.

Moves the current row to the first row in the RowSet.

Notes

Currently only supported by these databases:

Example

This example moves the current row to the first row in the RowSet.

// move to the first row
rs.MoveToFirstRow