First Line of Combobox

  • Thread starter Thread starter jabailo
  • Start date Start date
J

jabailo

I have a form with two comboboxes.

I populate the first one from a database.

When it's selected index changes, the second one is populated.


In the first combobox, the first item shows before anything is selected.

In the second its just blank, and you have to click on the drop down
button to see the items.


How can I set the second combo box so it displays the first Item on the
form by default?
 
Just a thought, but you could fire the change event for the first combo
manually? Or why not just set initial values for both of them to start
with?
 
Back
Top