Jump to content
We've recently updated our Privacy Statement, available here ×

Problem with view report


yael

Recommended Posts

Hi,

I'm running viewReport from my java application.

Code:

JasperPrint jasperPrint = JasperFillManager.fillReport(
jasperReport, parameters, conn);
JasperViewer.viewReport(jasperPrint, true);

My problem is when I'm closing the view report, my java aplication closing twe!

I think it's because the view frame sel exit(0)?

and one more question, if I run this viewReport from JButton in a JDIalog, the view location is under my dialog, how can I set this view to be allways on top??

Thanks alot :)

Post edited by: yael, at: 2007/02/15 07:48

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...