To create the create dialog, follow these steps:
- Create a new form, suffixing the details form name with Create; for example, ConWHSVehicleServiceTableCreate.
- Drag the tables associated with the header record to the form's Data Source node; in our example, the ConWHSVehicleServiceTable table.
- Set the properties for the ConWHSVehicleServiceTable data source as follows:
Property |
Value |
Allow Delete |
No |
Allow Notify |
No: we want this to act as a single record dialog and disable most of the events that the data source performs for us |
Auto Search |
No |
Insert At End |
No |
Insert If Empty |
No |
Delay Active |
No |