Grid Builder
The Grid Builder makes it easy to set properties for a Grid control. The Grid control allows you to present and manipulate rows and columns of data in a form or page. You set grid properties by selecting options displayed in the Grid Builder dialog box.
To use the Grid Builder
Using the Form Controls toolbar, place a Grid control on a form.
Select and right-click the Grid control, and then choose Builder from the Form Designer shortcut menu.
Choose the options you want from the dialog, and then choose OK.
When you choose OK, the builder closes, applying the property settings from every tab.
Note Before running your form, make sure you have sized the Grid control to adequately display your data.
Builder Tabs
- Grid Items
Specifies fields to be displayed in the grid. - Style
Specifies a style for the grid display. - Layout
Specifies column captions and control types. - Relationship
Specifies relationships between grid fields and table fields.
See Also
Builders | Grid Control | Grid Items Tab, Grid Builder | Layout Tab, Grid Builder | RecordSource Property | RecordSourceType Property | Relationship Tab, Grid Builder | Style Tab, Grid Builder