Load value list depending on the selection

Hi,

I have two combo boxes. I need to load a value list to the second combo box depending on the selection made in the first combo box.
I have put the loading of the value list of the second combo box in the onAction event of the first combo box. However in find() mode this does not work. The onAction event doesn’t even run.
Does anyone know a way to solve this problem?
Thanks.

Regards,
Aruna.

To be honest, I don’t like find mode.

For that reason I always create my own dialogs. When you do that there is no combobox ‘issue’ anymore…