When defining a field with an inpumask to uppercase the data entry, do we have to always repeat the letter length time following the > to force all letter to be capitalize. There must be a simple mask to do the same job.
ex. to uppercase every letter from a 10 characters text field i do:
>CCCCCCCCCC
is there something like the following to do the same job:
>*
Thank You!
ex. to uppercase every letter from a 10 characters text field i do:
>CCCCCCCCCC
is there something like the following to do the same job:
>*
Thank You!