Allow uppercase only in a field

2006-05-09 Thread Sarah Reichelt
Hi All, I have a field where users can type, but I only allow some letters symbols through and then I want them all to be uppercase, although I want to allow the users to be able to type in lower case. I have the restricted characters working fine in a keyDown handler, and I have the field

Re: Allow uppercase only in a field

2006-05-09 Thread Scott Rossi
Recently, Sarah Reichelt wrote: I have a field where users can type, but I only allow some letters symbols through and then I want them all to be uppercase, although I want to allow the users to be able to type in lower case. I have the restricted characters working fine in a keyDown

Allow uppercase only in a field

2006-05-09 Thread Richmond Mathewson
It seems that you have done the donkey work already: I have a field where users can type, but I only allow some letters symbols through and then I want them all to be uppercase, although I want to allow the users to be able to type in lower case. I have the restricted characters working fine

Re: Allow uppercase only in a field

2006-05-09 Thread Ken Ray
On 5/9/06 2:08 AM, Sarah Reichelt [EMAIL PROTECTED] wrote: Hi All, I have a field where users can type, but I only allow some letters symbols through and then I want them all to be uppercase, although I want to allow the users to be able to type in lower case. I have the restricted

Re: Allow uppercase only in a field

2006-05-09 Thread Sarah Reichelt
I have a field where users can type, but I only allow some letters symbols through and then I want them all to be uppercase, although I want to allow the users to be able to type in lower case. I have the restricted characters working fine in a keyDown handler, and I have the field