changing first char to uppercase.

  • Thread starter Thread starter Nightman
  • Start date Start date
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
 
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.
 
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
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top