This topic is locked
[SOLVED]

 Auto Populate Details Table

7/10/2013 6:24:16 PM
PHPRunner General questions
P
prattster1874 author

Can Anyone help with this scenario?
I have a Master/Details add page, I need - when a drop down is changed on the master table to change the value in one of the fields on the details. Is this possible? I have managed it on the Edit page using Session Variable and default value.
However, I guess what I need is JavaScript to get the value of the master table dropdown and put it

into the details field??

P
prattster1874 author 7/11/2013



Can Anyone help with this scenario?
I have a Master/Details add page, I need - when a drop down is changed on the master table to change the value in one of the fields on the details. Is this possible? I have managed it on the Edit page using Session Variable and default value.
However, I guess what I need is JavaScript to get the value of the master table dropdown and put it

into the details field??


Hey folks, got it sorted. Just declared a global variable and set the value on the details page!