Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   How to launch reports (done with Crystal Reports) from a Java application? (http://www.velocityreviews.com/forums/t151196-how-to-launch-reports-done-with-crystal-reports-from-a-java-application.html)

minjie@excite.com 03-14-2006 11:41 PM

How to launch reports (done with Crystal Reports) from a Java application?
 
The idea is: to have some buttons in the Java application, and each
will invoke a report when pressed. The reports are implemented in
Crystal Reports, so they are .rpt files. When a button is pressed, the
corresponding report should be launched in order for the user to view
it. Is there a Java method for this purpose? Or is there a method to
execute a system command in Java?

Thanks.


Tom Cole 03-15-2006 03:24 AM

Re: How to launch reports (done with Crystal Reports) from a Java application?
 
Yes and yes...

You can launch a System command using System.exec(). You can also
locate a Java library for viewing Crystal reports if you browse
Google...


minjie@excite.com 03-15-2006 08:40 PM

Re: How to launch reports (done with Crystal Reports) from a Java application?
 
Hello Tom, thank you very much for the info!



All times are GMT. The time now is 11:47 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57