- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You're mixing FormCalc and JavaScript together, try this on the Exit event:
$ = Upper($)
Or, on the Change event you can try the following JavaScript which will change each letter as it is typed:
xfa.event.change = xfa.event.change.toUpperCase();
Views
Replies
0 Likes
Total Likes