Jump to content

Applet print request


Recommended Posts

By: HRover97 - hrover97

Applet print request

2005-02-20 21:46

Hi All!

I have already use the jasper reports it runs perfectly in applet and prints the report. But my client wants to remove print request dialogs produce by the applet. When they press submit button in the jsp they want print immediately to the printer no recognition or request whatsoever. Is there any chance I could remove this dialogs or hide or confirm it immediately in applet. Thanks in advance.

 

 

By: HRover97 - hrover97

RE: Applet print request

2005-03-01 00:25

i solved this using .java.policy

add this

grant {

permission java.lang.RuntimePermission "queuePrintJob";

};

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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