VantiveGuy
Member
Hi,
I am using a Combo box control to select from a list of Databases, and when one entry is selected I display a listbox of certain objects in the database.
Other controls are then used to filter the list based on either name or content.
Now, I want to know how to Re-load the original list based on the current combo box selection by using a 'Reload' button.
In the button code I am setting focus back to the combo box, but whatever I try I cannot make the list refresh again. I've tried Select, SelectedItem, Text and Find methods but nothing works.
How do I reload the listbox without having to manually use the drop-down and select the same item again?
Thanks for any help.
Al.
I am using a Combo box control to select from a list of Databases, and when one entry is selected I display a listbox of certain objects in the database.
Other controls are then used to filter the list based on either name or content.
Now, I want to know how to Re-load the original list based on the current combo box selection by using a 'Reload' button.
In the button code I am setting focus back to the combo box, but whatever I try I cannot make the list refresh again. I've tried Select, SelectedItem, Text and Find methods but nothing works.
How do I reload the listbox without having to manually use the drop-down and select the same item again?
Thanks for any help.
Al.