K
kwbmail
Guest
I need to force capitalization of the first letter in a text field, but without forcing the rest of the field to be any particular format.
For example, I can use an input mask of:
>L<?????????
which would work for entering a city name like "Detroit", but it won't work for entering the name "Hazel Park" since there needs to be another capital letter in the middle of the rest.
How do I force capitalization of the first character and then ignore the rest?
For example, I can use an input mask of:
>L<?????????
which would work for entering a city name like "Detroit", but it won't work for entering the name "Hazel Park" since there needs to be another capital letter in the middle of the rest.
How do I force capitalization of the first character and then ignore the rest?