[jasperreports-questions] hyperlink to another report

2006-06-17 Thread Jason Tesser
I looked at the samples in the hyperlink but I do not see noe that links to a second report. Would someone please provide an example of a report that does this. Thank you.
___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] Jasper Server and subreports

2006-06-16 Thread Jason Tesser
I cannot get a report with a subreport to work in JasperServer. It doesn't find the subreport jrxml. I have tried repo:/subreport.jrxml /subreport.jrml Nothing works. How do you reference the jrml using the jasperserver? 

___
jasperreports-questions mailing list
jasperreports-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jasperreports-questions


[jasperreports-questions] save button in applet

2006-05-03 Thread Jason Tesser
The save button in my applet is only allowing a jrprint to be saved. I would like it to allow the pdf,csv etc... I have used it before in swing apps without a problem. Any clue why I don't see the other save options?? Also how could I remove the jrprint option? 



[jasperreports-questions] applet security

2006-05-02 Thread Jason Tesser
I am using the applet but if I try to print or save I get the followingjava.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.awt.windows) at java.security.AccessControlContext.checkPermission
(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPackageAccess(Unknown Source)
 at sun.applet.AppletSecurity.checkPackageAccess(Unknown Source)