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!

Report Studio - HTML Item Parameter value

Status
Not open for further replies.

Sweenster

MIS
Sep 9, 2005
58
GB
Hello,

I am trying to make a HTML Item set a parameter value directly (saving user input) and then run the report again. Using what I have the report refreshes but the parameter value does not change.

Im Using..
<input type="BUTTON" class="clsPromptButton" onClick=promptButtonFinish(); value="Finish" "p_ParSort=-1">

I am not big into HTML/Java so has anyone got any ideas?
The perfect solution would be to set the parameter as
p_ParSort=p_ParSort * -1

Any help would be much appreciated
Mark
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top