Jump to content

JasperPrintManager.printReport() donothing in applets


ahmed_btm

Recommended Posts

I have a problem while tring to print a report using java applets

the problem is when i press the print button in my applet nothing happen, no exception appear , no error, nothing happen

my applet invoke jasperprintmanager.print(jasperreport,true);

if i replace this line with

JOptionPane.showMessageDialog(null,print.getPages().isEmpty());

the dialoge appears.

if you have a solution to this problem it will be great.

Thanks in advance

 

Link to comment
Share on other sites

  • 4 months 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...