How to Limit the Number of Blank Rows in a Master-Detail View?

Hey everyone,

I have a Master-Detail view, and I’ve enabled the Master/Detail Add option in the detail table so I can add new entries directly from the master table.

The problem is that when I press the “Master/Detail Add,” it shows 5 blank rows by default. I’d prefer to just have 1 blank row instead of 5. Is there a way to limit this or edit the number?

You may simply adjust the default value under ToolsAdvanced SettingsGrid-Add row count, from 5 to 1, then re-generate ALL the script files again.

1 Like

Thank you!
Do you know by any chance why in every table the master/detail add - button looks like this:


except in one table where there is no “plus” but instead the text “Add Invioved In/Notes”?

Did you enable Multiple detail tables for the master table (i.e. “Involved In” in your case)?

I double-checked, and Multiple detail tables is enabled for both master tables.
The setup should be 1:1, both masters have multiple detail tables defined.


If the other two or three detail tables (other than “notes”) are not enabled with Master/Detail-Add (as Detail), then you may have only one detail table, and it falls back to single detail table so the mulitple detail tables icon is not shown.

1 Like

This solved my problem!