D
David
I have a combo box and when an item is highlighted (or
whatever the correct term is) I need to enable a button.
Conversely, the button must be disabled until an item is
selected. I was given some advice on this before but it
was incorrect as it does not work in all cases.
How do I tell if a combo box item is selected and how can
the button detect it and enable or disable itself?
The solution must work on initial display (when the combo
box may be empty) and upon return to the form after the
button is pressed.
whatever the correct term is) I need to enable a button.
Conversely, the button must be disabled until an item is
selected. I was given some advice on this before but it
was incorrect as it does not work in all cases.
How do I tell if a combo box item is selected and how can
the button detect it and enable or disable itself?
The solution must work on initial display (when the combo
box may be empty) and upon return to the form after the
button is pressed.