How to launch reports (done with Crystal Reports) from a Java application?

M

minjie

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.
 
T

Tom Cole

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,731
Messages
2,569,432
Members
44,832
Latest member
GlennSmall

Latest Threads

Top