This topic is locked

Cannot Lookup Dependent Dropdown in Detail Page From Header Page

10/10/2014 3:25:58 PM
PHPRunner General questions
J
jackwood author

Is There any Solution to Lookup Dependent Dropdown in Detail Page based on Dropdown I Select in Header Page?


The Capture

https://drive.google.com/file/d/0B_gyu7vYxaKccmdJalNRQ1diVXM/view?usp=sharing

J
jackwood author 10/11/2014

I'Ve Tried, it's not work For me.

Sergey Said that its need some coding will be required.

  1. You need to use onchange event of your first lookup wizard to execute an AJAX call to some external PHP file sending the value of selected item. This PHP file needs to be created outside of PHPRunner, you need to create it manually. This file needs to accept the value of selected item and save it in session variable.
  2. In your child table lookup wizard you can filter data by that session variable.
    But I'm Still Confuse to Solve it.

romaldus 12/1/2014

This is a usefull tutorial but not for master detail dependent lookup:
http://www.asprunner...dropdown-boxes/
Make and Model fields in sample code are in the same table. I tried to put the Model field in detail table and modify the code with no luck until now.