To create a parameter form, follow these steps:
- Select a group in the project and press Ctrl + Shift + A or choose New | Item from the right-click context menu.
- Select User Interface from the left-hand pane and Form from the right-hand pane. Use ConVMSParameters as the Name.
It is the convention to give the form and table the same name for most forms that are used to edit or maintain data.
- This will open the form designer. Drag the ConVMSParameters table from the project onto the Data Sources node in the top-left pane of the form designer.
- Data sources provide additional options for how this table should behave on this form. We don't want the user to be able to delete and create records, so change the following properties ...