Hi all,
I have a simple form with a grid, 2 command buttons, 2 text boxes and a ComboBox. The combobox uses a select statement to join 2 tables and display 3 columns of data.
Everything was working fine until I added that ComboBox.
I have it setup so that GotFocus of the combobox saves the ListIndex value. Then the Click of the combobox compares the saved ListIndex value to the current ListIndex. If different I set focus to an empty text box.
Now the weirdness starts, as soon as the Click of the comboBox fires, the 2 command boxes disappear! I have to mouseover for them to reappear and when I move off, they disappear again.
Now I think the culprit is THEMES!
If themes is off, this stuff works fine. If Themes is on, the command boxes disappear.
Is this a known bug? Microsoft KB was kind of vague about it and does anyone know if SP1 will fix this behavior?
Thanks for any input.
I have a simple form with a grid, 2 command buttons, 2 text boxes and a ComboBox. The combobox uses a select statement to join 2 tables and display 3 columns of data.
Everything was working fine until I added that ComboBox.
I have it setup so that GotFocus of the combobox saves the ListIndex value. Then the Click of the combobox compares the saved ListIndex value to the current ListIndex. If different I set focus to an empty text box.
Now the weirdness starts, as soon as the Click of the comboBox fires, the 2 command boxes disappear! I have to mouseover for them to reappear and when I move off, they disappear again.
Now I think the culprit is THEMES!
If themes is off, this stuff works fine. If Themes is on, the command boxes disappear.
Is this a known bug? Microsoft KB was kind of vague about it and does anyone know if SP1 will fix this behavior?
Thanks for any input.