You are welcome Joe. Can you explain a bit more about the behavior that you want to achieve? I think if you can add, insert, copy, paste or delete the text box portion of the combo box, it should be considered as editable. Sorry for the confusion.
Yang
No virus
found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.173 / Virus Database: 270.8.0/1722 - Release Date: 10/13/2008 7:50
AM
Thanks for the reply.
I am able to reproduce the problem. It was caused by the script in the keystroke trigger. Please delete the script for keystroke and add the following script for the Format trigger:
event.value = event.target.valueAsString.toUpperCase();
Please see attachment.
Thanks,