Re: [Ikvm-developers] Select Printer in JasperReports Preview
Brought to you by:
jfrijters
|
From: Volker B. <vb...@in...> - 2015-07-01 15:14:09
|
I repeat my answer. You need add debug code to receive more information.
If the select code is inside of jasper code then create a simple Java
sample without jasper code and try it with IKVM.
Without more information never can help you.
Volker
Am 30.06.2015 um 19:08 schrieb Michael Kolowicz:
>
> My Problem is, that the PrinterSelect-Box came up if i debug the code
> in exclipse (java). Then I to the compile with IKVM and the
> PrinterSelect didn’t came up.
>
>
>
> My java-application have following code to show the preview:
>
>
>
> // _Vorschau_ _anzeigen_
>
> *if*(reportData.preview== *true*) {
>
>
>
> /logger/.info("Report Generated in "+
> (System./currentTimeMillis/() - startTime) + "ms");
>
>
>
> // isExitOnClose = _wenn_ die _Vorschau_
> _geschlossen_ _wird_, _dann_ _wird_
>
> // die _Anwendung_ _beendet_ (JVM
> _geschlossen_)
>
> JasperViewer./viewReport/(jasperPrint,
> *false*);
>
>
>
> } *else*{
>
>
>
> After call the “.viewReport” all routines are from the jasper-libraries
>
>
>
> ------------------------------------------------------------------------------
> Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
>
>
> _______________________________________________
> Ikvm-developers mailing list
> Ikv...@li...
> https://lists.sourceforge.net/lists/listinfo/ikvm-developers
|