This is my problem:
I have a combo box which works fine when Caps Lock is off.
Here is an example of the problem I have when it is ON:
The valid values in the combo box are
Pan
Penn
When I tried to enter PENN, with caps lock on
after I typed the letter "P", the word "Pan" appears (correctly).
After I typed the letter "e" (even though caps lock was on, it came out small), the word "Penn" appeared (also, correct, since I don't care whether or not the "e" is capitalized).
But now, when I type the next "N", it acts as if it had been inserted & now what appears is "PeNnn"
This is INCORRECT!
Can anyone tell me why this is happening & how I can correct it?
Much thanks!!
I have a combo box which works fine when Caps Lock is off.
Here is an example of the problem I have when it is ON:
The valid values in the combo box are
Pan
Penn
When I tried to enter PENN, with caps lock on
after I typed the letter "P", the word "Pan" appears (correctly).
After I typed the letter "e" (even though caps lock was on, it came out small), the word "Penn" appeared (also, correct, since I don't care whether or not the "e" is capitalized).
But now, when I type the next "N", it acts as if it had been inserted & now what appears is "PeNnn"
This is INCORRECT!
Can anyone tell me why this is happening & how I can correct it?
Much thanks!!