Page 1 of 1

Update Detail Table Field

Posted: Thu Oct 10, 2013 11:16 pm
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.


Re: Update Detail Table Field

Posted: Fri Oct 11, 2013 11:27 am
by mobhar

This should be handled by using jQuery or Javascript.


Re: Update Detail Table Field

Posted: Sat Oct 12, 2013 12:10 pm
by skymark

Hi mobhar,

Can you give more details? Thanks.