L
Lin Hejian
I am doing the development for outlook 2000/xp/2003, and meet such a problem:
I have created a new toolbar and add a combo box control and a button on
this bar. I can input some characters in the combo box. but after I input a
string into the combo box and click the button, the content of the combo box
is cleared and provious value was loaded.
For example:
Currently:
1. combo box - empty;
2. Input "123" and click the button; "123" lost and empty was loaded.
3. Input "123" press "Enter", the "123" is the catched.
4. Input "456" and click the button; "456" lost and "123" was loaded.
Expected:
1. combo box - empty;
2. Input "123" and click the button; "123" is not cleared
4. Input "456" and click the button; "456", also, is not cleared
I have created a new toolbar and add a combo box control and a button on
this bar. I can input some characters in the combo box. but after I input a
string into the combo box and click the button, the content of the combo box
is cleared and provious value was loaded.
For example:
Currently:
1. combo box - empty;
2. Input "123" and click the button; "123" lost and empty was loaded.
3. Input "123" press "Enter", the "123" is the catched.
4. Input "456" and click the button; "456" lost and "123" was loaded.
Expected:
1. combo box - empty;
2. Input "123" and click the button; "123" is not cleared
4. Input "456" and click the button; "456", also, is not cleared