C
Christopher Robin
I have a form with 4 combo boxes. 1 combo box is independant of the others,
and works without any problems. The other 3 are a hierarchical control, and
each level's data is dependant upon the selection made from the previous
combo box. This all works fine, but there is one oddity, which I can't
figure out. The 3 combo boxes only have an On Update event to requery the
children. So, the issue is simply that if you click one of these 3 combo
boxes, the combo box will switch from being white to inheriting the form's
color. If you click it again, it will go back to white. There are also no
On Get Focus or On Lost Focus events. I'm totally perplexed and any insight
would be greatly appreciated.
Thanks,
Chris
and works without any problems. The other 3 are a hierarchical control, and
each level's data is dependant upon the selection made from the previous
combo box. This all works fine, but there is one oddity, which I can't
figure out. The 3 combo boxes only have an On Update event to requery the
children. So, the issue is simply that if you click one of these 3 combo
boxes, the combo box will switch from being white to inheriting the form's
color. If you click it again, it will go back to white. There are also no
On Get Focus or On Lost Focus events. I'm totally perplexed and any insight
would be greatly appreciated.
Thanks,
Chris