The moose likes JSP and the fly likes CRYSTAL REPORTS and JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "CRYSTAL REPORTS and JSP" Watch "CRYSTAL REPORTS and JSP" New topic
Author

CRYSTAL REPORTS and JSP

Joseph Vinodh
Greenhorn

Joined: Feb 25, 2003
Posts: 11
Is it possible to use Seagate Crystal Reports with JSP in order to take print-out of reports in the client side? If so, how?
Thank you very much.
sampy jagan
Ranch Hand

Joined: Sep 17, 2002
Posts: 34
Yes it is possible, I have done it long back. Crystal Rpts uses two .dll files for the same, But Sorry dont remember the names, explore it!!. You have to convert those dll's into java classes ... Ask Google, you will find some utilities for converting the .dll files to .class files. Once you get .class files and method signatures, I think you should know how to go about it right... Right, just import them into u'r jsp pages and call the methods for passing the the dynamic parameters.
sampy jagan
Ranch Hand

Joined: Sep 17, 2002
Posts: 34
Here is a useful link, have a look.... He is using hyperlink to call the .rpt files.
http://home.attbi.com/~pooja.mohan/files/hyperlink.html
 
IntelliJ Java IDE
 
subject: CRYSTAL REPORTS and JSP
 
Threads others viewed
Adding reporting functionality to my project
crystal reports
Crystal Reports
java reporting tool
calling crystal reports using jsp
IntelliJ Java IDE