To create a form, follow these steps:
- Choose to add a new item to the project.
- Select User Interface from the left-hand pane and Form from the right-hand pane.
- Name the form as per the table's name; in this case, ConVMSVehicleGroup.
- Drag the ConVMSVehicleGroup table from the project onto the Data Sources node of the form designer.
- Use the same label that you used for the table for the Caption property of the Design node.
- Set the Title Data Source and Data Sources properties to the table name, that is, ConVMSVehicleGroup.
- Apply the Simple List pattern to Design (right-click and choose Apply Pattern | Simple List).
We will use the pattern's conformation errors as our to-do list. If we don't conform to the pattern, the project ...