The form’s primary rowset.

Property of

Form, SubForm

Description

For forms that use data objects, the rowset property identifies the form’s primary rowset.

If the form uses only one query, then the Form designer assigns that query’s rowset as the primary rowset. If the form uses a data module, the Form designer assigns the data module’s primary rowset as the form’s primary rowset.

The primary rowset is where navigation and other actions from the default menu and toolbar take place. Navigation in the primary rowset causes the form’s canNavigate and onNavigate events to fire.