If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

how to create a prompt button to print

Started by paloalto_cognos, 20 Jul 2010 03:27:22 PM

Previous topic - Next topic

paloalto_cognos

Hi,

I'm new to ocognos can anyone explain how to create a prompt button which prints the report or create a print preview of the report as in word.

Thanks
Prathyu

imts

u can use this code in the HTML item to print current window's content.

<html>
<form>
<button name="Print" value="Print" type="button" onClick = "javascript:window.print();">Click Me</button>
</form>
</html>

paloalto_cognos