Hi All
Here is the problem. Form A, based on table A includes a combo box/valueList(1, not editable) showing All records from table B. Form A also has another combo box/valueList(2, not editable) showing limited records from table C, related to Table B/combo box/valueList(1). This all works as expected in dataReady mode. When I do a Find on Form A, I can select a value from combo box/valueList(1), but when i attempt to select a value from combo box/valueList(2), there is no values available/displayed. Since the combo box/valueList(1) is not editable, that dataProvider is not available in the find mode.
Is this normal or is there something I am missing?
Thanks for the help.