Blank Records Appear in Detail?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
JoeB7774
User
Posts: 76

Blank Records Appear in Detail?

Post by JoeB7774 »

Hello,

I have a master/detail table. Seems to link fine but when I hit the 'Add Master/Detail' button, I get 5 blank records appearing on each one of my detail tables (I have two). Any reason why this would be happening? I have set up the one to infinity relationship correctly so I'm not sure what might be missing.

Thanks in advance for any help.


arbei
User
Posts: 9410

Post by arbei »

When you do 'Add Master/Detail', the script does not how many details record will be added. Default is 5, user can add or delete row. You can change the advanced setting "Grid-Add row count".


JoeB7774
User
Posts: 76

Post by JoeB7774 »

Thanks. That worked. The minimum appears to be one but the user may (or may not) add a detail. Is there any way to make it zero (so it just shows the "+" button)?


Post Reply