Master/detail add - delete row buttons missing

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

Master/detail add - delete row buttons missing

Post by philmills »

I have a master/detail table, and when doing Master/Detail add, the delete row button is missing from the detail section.
I am using master/detail add elsewhere, and the delete row button is showing in the detail section

I have been searching through all my custom code and I can't find any reason why the delete row buttons would be hidden.
The add row button is showing

Any ideas?


mobhar
User
Posts: 11922

Post by mobhar »

I cannot reproduce the issue.

The Delete button is showing properly in Detail table section of Master/Detail Add page.


philmills
User
Posts: 590

Post by philmills »

I think I figured out the issue.
You have to have enabled both delete and add for the detail table.
It sounds obvious, except I don't want my users to be able to actually delete any records ever.
However , during detail I do need them to be able to tune the number of rows they're adding according to requirements.
This means I'll need to manually hide the delete button in list and view.


Post Reply