Capital Letters en textbox

M

Miguel

Hi, i need help,

I want on a textbox can just writing capital letters while writing.
Infopath don't have a Keypress event i know, but will exists some way to
make this from Microsoft Visual Studio Tools for Applications? or any way??
please help me!

Thanks,

Miguel
 
A

Anuma(GGK Tech)

Hi,

Following function will be worked when user moved to next field.
Set the default value of the textbox to the formula
translate(., "abc ... z", "ABC ... Z")
 
Top