This topic is locked
[SOLVED]

 Passing values from master page to detail

11/26/2014 2:51:04 PM
PHPRunner General questions
P
pmorenoc07 author

In the edit mode I have a lookup list in master page that I need to pass the selected value to a detail field on the fly.

Is possible to do that???
Thank you all.

romaldus 11/26/2014



In the edit mode I have a lookup list in master page that I need to pass the selected value to a detail field on the fly.

Is possible to do that???
Thank you all.


http://www.asprunner.com/forums/topic/22701-custom-dependent-dropdown-boxes/

P
pmorenoc07 author 11/27/2014

Lets me explain a little more with an example.
Master and details in the same page edit mode

In the master I have dropdown box with prices list.

In the detail I have items with prices field, instead of changing then manually I want to change it all at once if select a new price from the list from the dropdown.
Thanks

P
pmorenoc07 author 12/8/2014

I have try How to access PHP variables http://xlinesoft.com/phprunner/docs/how_to_access_php_variables.htm

but I don't get it.
image


I appreciate any help

Thanks

Sergey Kornilov admin 12/9/2014
P
pmorenoc07 author 12/9/2014



I have built a simple example that explains how to achieve this:

http://www.asprunner.com/forums/topic/22826-how-to-updated-details-table-while-editing-master-record/


Thank you very much, that's exactly what I want <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=76403&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> .