Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert to a string to Uppercase (Adobe Designer)

Status
Not open for further replies.

mvvilleza

MIS
Nov 23, 2000
114
PH
Hi! Would like to ask help re: conversion of a string to uppercase in Adobe Designer. I have tried using the ff:

using FormCalc
TextFieldname.rawvalue = Upper(TextFieldname.rawvalue)
using JavaScript
TextFieldname = TextFieldname.ToUpperCase();

Both did not work properly. Am I missing sumthin? Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top