Hi all,

I have a grid and a combobox on the same form. The grid contains a
column indicating the status of each row. The combobox is linked to
an enum containing the statuses that can be assigned to each row.

The user must select from the combobox and the grid will be filtered
automagically! So far so good.

My form does this, but only under the following conditions:
As long as the "status" selected in the combobox matches records in
the underlying table, will the selectionChange method on the
combobox fire. The moment a "status" is selected that does not
return any values, subsequent selectionChange methods refuse to fire
and the _ds.executeQuery is not called.

I hope what I've described makes sense.

Any ideas and/or suggestions are welcome!

Kind regards,

Christoph







YAHOO! GROUPS LINKS




Reply via email to