I have already created a form for text to be entered. Now I am trying to tweak it to when a field is completed the text is changed to Upper Case. I can't seem to find or get to the Text Field Properties dialog to enter the action. Can someone take my throught the steps.
Frank
event.change = event.change.toUpperCase() ;
This will automatically change characters which can be uppercased set to upper case.
It is best entered here:
Field Properties/Format/Custom/Custom Keystroke Script
;-)
abracadabraPDF.net