What does this consistency check mean: Form can only contain a single dataview

6
I got the following consistency check in the modeler: Form of 'New' button may only contain a single data view if the form location is set to (modal) popup What does this mean and how can I solve it??
asked
2 answers
8

This means you can only have 1 dataview in a form connected to the New button, this means no Form Titles or Tables outside the dataview.

You can add a title to the popup window by clicking the New button, going to the properties and editing 'Popup title'. You can also change the popup type to Content at 'Edit Location 'but this would make the user leave the datagrid when pressing it, which can be bothersome for small forms.

answered
5

Consistency checks explained

answered