Find Problem

Hi All

I have a form which contains two combo boxes. Combo box A uses a value list of table values from table A. Combo box B uses a value list of table values from table B, constrained by a relation to table A. Both combo boxes are not editable. Everything works as designed in the data mode. In the Find mode combo box A works as expected but combo box B displays an empty list and since the combo box is not editable no text can be entered in the find mode.

Is this normal or is there something I did wrong?

All help is greatly appreciated.

Tom,

In find mode, relations are not executed.
You can retrieve data for the value list on table A, but not via relation a_to_b.
The reason is that in find mode the records do not contain the real data, but search data (like company_name = ‘servoy%’)

See forum thread viewtopic.php?t=14653

Rob