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

cascading prompt in Powerprompt - need javascript to reformat picklist

Status
Not open for further replies.

triciam

Programmer
Joined
Jun 15, 2006
Messages
1
Location
US
Hi,

I have a picklist in powerprompts that I need to then use the values of it to provide another picklist (cascading prompt). The problem is the values of the first picklist need reformatted on submitting the page to display ('12345678','23456789') so the sql can be formatted as select * from table where fields in (\''+ App.Variables("Group_Num") +'\'). I have been told I can do this in javascript, but I do not know how to code javascript, can any one help with this?

Tricia
 
powerprompts.... is that still supported?

christenhusz
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top