A
AirPo
I have a simple form with a combobox and a button. The button is only
enabled when the user selects someting from the dropdown list. The
logic to do this is the button is disable if the listindex property is
-1, enabled otherwise. This happens in the change event. The problem
is that sometimes even though I select an item from the dropdown, when
the change event fires, the listindex value is -1, and the button is
disabled even though something is selected.
Anyone?
enabled when the user selects someting from the dropdown list. The
logic to do this is the button is disable if the listindex property is
-1, enabled otherwise. This happens in the change event. The problem
is that sometimes even though I select an item from the dropdown, when
the change event fires, the listindex value is -1, and the button is
disabled even though something is selected.
Anyone?