michaelkatz
Programmer
I am using a dropdown combobox, style = 0.
I nedd to detect when the user enters something not in the list, (which is populated using the addlistitem method).
It appears that the displayvalue is not updating accurately.
For example: if the textbox portion contains 'hat' and the user keypresses an 'e', the displayvalue is not updated. It is still 'hat'. This is only happening for the first keystroke. after that it work fine.
The same thing happens if the user starts with an empty textbox portion.
Until the displayvalue is correct, the listindex is also inaccurate. I am finding it very difficult to test if the 'displayvalue' is in the list.
Help???
Michael
mkatzla@juno.com
I nedd to detect when the user enters something not in the list, (which is populated using the addlistitem method).
It appears that the displayvalue is not updating accurately.
For example: if the textbox portion contains 'hat' and the user keypresses an 'e', the displayvalue is not updated. It is still 'hat'. This is only happening for the first keystroke. after that it work fine.
The same thing happens if the user starts with an empty textbox portion.
Until the displayvalue is correct, the listindex is also inaccurate. I am finding it very difficult to test if the 'displayvalue' is in the list.
Help???
Michael
mkatzla@juno.com