changing first char to uppercase.

N

Nightman

I have a field in form view. and I wanted the input value to be changed the
first char to uppercase during during the filling.

How do I do it?

Thank you
 
R

Rick B

Are you sure you want to do this? If this is a name field it is probably
not a good idea. There are many exceptions to the rule that the first
letter is capitol and the others aren't.

de los Soto
McDaniel
etc.
 
K

K. Shoghi

one way is to go to the property of that field and on the input mask type
what ever you like the field to do, following is just an example that it will
change the first letter to capital and the rest to lower case with a limited
character input.
L<CCCCCCCCCCCCCCCCCC

hope this helps
 
N

Nightman

Yes. I am sure. in my case amount of exceptions are smaller

--
regards
Nathan

Rick B said:
Are you sure you want to do this? If this is a name field it is probably
not a good idea. There are many exceptions to the rule that the first
letter is capitol and the others aren't.

de los Soto
McDaniel
etc.
 
Top