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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Powerprompts change to uppercase

Status
Not open for further replies.

BlueBrand

MIS
Sep 25, 2001
29
CA
I can't get a prompt to change the value to uppercase and pass that to Impromptu. On the html page I change the case to all upper using style="text-transform: uppercase;", but that doesn't seem to pass to Impromptu. Seems should be simple... anyone know how to do this?
 
Instead of style use javascript to change it to uppercase.
<var>.toUpperCase() is the syntax in javascript to change any string to UpperCase.



Prasad
RPrasad1@Chn.Cognizant.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top