This topic is locked

hide a dropdown control based on value of other dropdown

5/9/2007 9:15:38 AM
PHPRunner General questions
M
mrpeeble author

How would I hide a dropdown control based on a value selected in another dropdown and likewise make it visible if other values were selected in the first control?

J
Jane 5/10/2007

Hi,
you can do it editing BuildSelectControl function in the include/commonfunctions.php file manually.

Unfortunately we don't have a ready to go solution for this.

M
mrpeeble author 5/10/2007

there does not appear to be a BuildSelectControl function in my app which uses dependent comboboxes. i have located the function in another app that does not.

Hi,

you can do it editing BuildSelectControl function in the include/commonfunctions.php file manually.

Unfortunately we don't have a ready to go solution for this.

Sergey Kornilov admin 5/10/2007

This is not possible (unless you removed this function manually in generated code).

M
mrpeeble author 5/11/2007

We did a search for BuildSelectControl with the string search feature in NuSphere, could not find it.

Regenerated the project, now we have located it.
It is possible that something occured in the previous generation on the way to our remote folder on web server.

This is not possible (unless you removed this function manually in generated code).