can you program a field in info path to Automatically change lower case
letters to uppercase letters. (Ex: a1 will change to A1 after you type it or
leave the field)
Franck Dauché - 09 Dec 2005 15:25 GMT
Hi Tom,
Set the default value of the textbox to the formula
translate(., "abc ... z", "ABC ... Z")
a will be replaced by A, ....until z by Z.
Regards,
Franck Dauché
> can you program a field in info path to Automatically change lower case
> letters to uppercase letters. (Ex: a1 will change to A1 after you type it or
> leave the field)
tom - 12 Dec 2005 18:36 GMT
translate(., "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ")
> can you program a field in info path to Automatically change lower case
> letters to uppercase letters. (Ex: a1 will change to A1 after you type it or
> leave the field)