| 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
|
 |
 |
|
|
subject: CRYSTAL REPORTS and JSP
|
|
|