Hi Teodor, I don't find: JasperViewer.viewReport(jasperPrint, false, false); It only is: JasperViewer.viewReport(java.lang.String sourceFile, boolean isXMLFile, boolean isExitOnClose)
I used: JasperViewer.viewReport(jasperPrint, boolean isExitOnClose); But it still stop the server. Can you test this method? Thank you so much. Regards, Quang On 11/28/05, Teodor Danciu <[EMAIL PROTECTED]> wrote: > > Hi, > > Actually, the method to call is the one with three parameters and the > third parameter is what you need: > > JasperViewer.viewReport(jasperPrint, false, false); > > I hope this helps. > Teodor > > > Quang Nguyen wrote: > > >Hi, > > > >I have tried with your solution: JasperViewer.viewReport(jasperPrint,false); > > > >but it still stop server, I don't know why! > > > >Do you have another solution? > > > >Thank you so much! > > > >Regards, > > > >Quang > > > > > >------------------------------------------------------- > >This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > >for problems? Stop! Download the new AJAX search engine that makes > >searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > >http://ads.osdn.com/?ad_idv37&alloc_id865&op=click > >_______________________________________________ > >jasperreports-questions mailing list > >[email protected] > >https://lists.sourceforge.net/lists/listinfo/jasperreports-questions > > > > > > > > ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ jasperreports-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jasperreports-questions
