chriswesdorp
5 May 2009, 11:15 PM
Hello,
I am looking for a correct way to force the combobox to reload it's content. Imaging a combobox present on a form displaying a (limited) number of items. The trigger action is set to retrieve all items from the server.
However, when I do click on the trigger field all items are loaded and the lastQuery property is set to "". Now I modify the items (add or remove one) with another function on that form and I need to update the combobox items. How can i force to do this, the doQuery(String, boolean) methods aborts if the lastQuery has not been changed.
Chris
I am looking for a correct way to force the combobox to reload it's content. Imaging a combobox present on a form displaying a (limited) number of items. The trigger action is set to retrieve all items from the server.
However, when I do click on the trigger field all items are loaded and the lastQuery property is set to "". Now I modify the items (add or remove one) with another function on that form and I need to update the combobox items. How can i force to do this, the doQuery(String, boolean) methods aborts if the lastQuery has not been changed.
Chris