Parameter forms show settings grouped into field groups and tabs using a table of contents style form. They are also used to show the number sequences set up for that module. Number sequences are covered in Chapter 4, Application Extensibility, Form Code-Behind, and Frameworks. We are following our vehicle management sample solution, but this pattern can be applied to any parameter table.
Creating a parameter form
How to do it...
To create the parameter form, follow these steps:
- Drag the ConWHSVehicleParameters table from the project onto the Data Sources node in the top-left pane of form designer.
- Name the form as per the table's name; in this case, ConWHSVehicleParameters.
- Select User Interface from the left-hand pane and Form from the right-hand pane.
- Choose...