[ 1672598 ] JasperReport bug when aborting process
This commit is contained in:
parent
3f837a21ae
commit
ce26a17e04
|
@ -198,6 +198,9 @@ public class ReportCtl
|
||||||
|
|
||||||
// Execute Process
|
// Execute Process
|
||||||
ProcessCtl worker = ProcessCtl.process(parent, WindowNo, pi, null);
|
ProcessCtl worker = ProcessCtl.process(parent, WindowNo, pi, null);
|
||||||
|
if(worker == null) // Process has been canceled
|
||||||
|
return false;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
worker.start();
|
worker.start();
|
||||||
} catch(java.lang.IllegalThreadStateException itse) {
|
} catch(java.lang.IllegalThreadStateException itse) {
|
||||||
|
|
Loading…
Reference in New Issue