Update Detail Table Field

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

Update Detail Table Field

Post by skymark »

Hi all,

I have a master/detail page (order/orderdetail). Both tables have a "ProjectID" field which links to a project table. When users add a new master/detail and change the project in the combo box on the master table, we need to update all the project combos on the detail rows with the same selected project. When the users hit "Add Blank Row", the project combo on the new detail row should be selected as the selected project on the master table. Please let me know if you have any ideas. Thanks.


mobhar
User
Posts: 11905

Post by mobhar »

This should be handled by using jQuery or Javascript.


skymark
User
Posts: 183

Post by skymark »

Hi mobhar,

Can you give more details? Thanks.


Post Reply