> I need to access Crystal Reports (which have been created
> already by some
> tool) from my
> java code .

There are 3 ways to do this: 1) you the CR web server, then you only need to
link to yourreport.rpt. But the down side of this is that if need to pass
the database userid & password in the querystring and you need to so for
each table that is referenced. 2) Use the CR autmation server & then use the
Java/ActiveX or HTML views. 3) Use the CR automation server to programatily
figure out what the querystring needs to be so you can do (1).

To use the CR automation server, you'll need:

 http://www.infozoom.de/IE/home.html

BTW - Make sure you use CR v. 8+ as it's object model is much easier to use
than version 7.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to