I need to write Javascript for HTML item in Reportnet for multiselect values .Pls guide me where i will get the list of functions that i can use for writing the Script.
hi,
I have written the Javascript in Prompt page for Finish button.But i want to control the Finish button action ,means when the Confirm option is given and
> user select YES then the report should get executed
> if user select NO then user should get the prompt page again for selecting the parameters.
i am not able to Cancel the Finish button in prompt page.No matter wht i select in the Confirmation box,the report is getting executed when i click Finish.
hi,
i got the Solution,
where_to = confirm("Do you want to Continue!!!");
if (where_to == true)
{
return true;
}
else
{
SetPromptControl('reprompt');
}
If you Cancel ,this will display the same prompt page with all the values you selected for the parameters
else it will execute the report.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.