These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Display all capital letters in text field

angelcinder
Registered: Oct 26 2009
Posts: 24
Answered

Hi all,
I am very new to the livecycle designer.
I am trying to create a text field, but I want have the display pattern be all capital letters despite what the end users type in (uppercare or lowercase or mixed).
Thanks.

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Put this FormCalc-script into the exit eent of the text field.

$.rawValue = Upper($.rawValue)

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

angelcinder
Registered: Oct 26 2009
Posts: 24
Perfect! Thank you!
Biker197
Registered: Aug 23 2010
Posts: 2
Hello,
I very new to Live cycle.
Do i have to used the source XML page to modified de code ?
Where do i put de code and how ?: $.rawValue = Upper($.rawValue)
Thank.
Biker197
Registered: Aug 23 2010
Posts: 2
I find my way to succes.
This help.
http://help.adobe.com/en_US/livecycle/es/LiveCycle_Designer_Scripting_Basics.pdf
I was not in the right place to place de script code.
Using the Script Editor windows.