I was trying to play around with that also but could not figure out the correct coe to put into the event.
I will try that out.. would that also work in the "on key down" field?
I suppose you could use the on change, or key down, but I'm a bit reluctant to doing so, cause it will keep invoking the dropdown per each keystroke, and I don't know if that causes any not desired sideffects.
Try it out, see what happens, and if you have side effects, try using a variable with form level scope, set it to 0 in the on enter/gotfocus event of the combo, then per each keydown/on change, increment by one, but only do a dropdown when it's 0 (before the increment), or something like that;-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.