This topic is locked

Dependent Dropdown Issue

7/23/2015 3:12:06 PM
PHPRunner General questions
E
etreasure author

PHPRunner 8.0
I have a very simple dependent dropdown on add/edit pages where a user selects region(s) and then state(s). The selection in the region control limits the list of states available in the states control. I have this implemented on two separate add/edit pages in the same project that are based on the same lookup tables. On one page it works, on the other when more than two regions are selected the states list empties. It doesn't matter which combinations of regions are selected, the selection of a third region results in an empty states list.
Troubleshooting tips would be much appreciated.
Thanks!
--Emrys

lefty 7/26/2015

Can you explain further how can you select multiple regions. Are you using multiline for dropdown on regions?

E
etreasure author 7/26/2015



Can you explain further how can you select multiple regions. Are you using multiline for dropdown on regions?


I am using a checkbox list for the regions control, which allows multiple selection by default, but I've also tried all of the other control styles that allow for multiple selection with the same resulting behavior.
Here are two screen captures illustrating the problem behavior. I have the exact same control on another form in the same project at they work perfectly.

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

Sergey Kornilov admin 7/27/2015

Just wanted to say there is not enough info to tell what exactly might be wrong. To answer this question we would need to have access to application code and data.