Jump to content
Changes to the Jaspersoft community edition download ×

Modal Property = True and Jasper Report


Recommended Posts

By: kdamir - kdamir

Modal Property = True and Jasper Report

2006-04-15 13:48

I tried to run Jasper Report from Java Swing Aplication and encountered a problem because my Swing (JDialog) has Modal Property set to True. Report runs OK but everything is disabled. If I set Modal Property of jDialog to false everything works fine as a Report is conserned, but my aplication has other problems because False Modal Property. Does anyone knows how to solve this problem. When I generate report I try to show it with next line:

 

JasperViewer.viewReport(jasperPrint,false);

 

And I repeat, everythin works perfectly if Modal is set to false, but it is very critical to set it to True.

 

Please help

Thanxs in advance

 

Damir

Link to comment
Share on other sites

  • 4 years later...
  • 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...