With the new process invokation methods Jasper Reports get started twice, fixed this issue
This commit is contained in:
parent
daf66a462b
commit
3f543ffcea
|
@ -226,14 +226,6 @@ public class ReportCtl
|
|||
pi.setPrintPreview(!IsDirectPrint);
|
||||
// Execute Process
|
||||
ProcessCtl worker = ProcessCtl.process(parent, WindowNo, pi, null);
|
||||
if(worker == null) // Process has been canceled
|
||||
return false;
|
||||
|
||||
try {
|
||||
worker.start();
|
||||
} catch(java.lang.IllegalThreadStateException itse) {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue