Having a problem with dependent dropdowns....
The project presets the value of the master control field via smart assign in a before display event. It also attempts to set the dependent field the same way however:
- The dependent does not display the assigned value
- The dependent does not display any choices in its dropdown until after the master field has been changed. Once the master has been changed it then displays the correct list of values.
Of course that defeats the purpose of presetting the master control field.
In a MS-Access project I would force a requery of the dependent control field. What can we do with phprunner?
Giles