[ 1672598 ] JasperReport bug when aborting process

This commit is contained in:
deathmeat 2007-03-02 18:16:35 +00:00
parent 3f837a21ae
commit ce26a17e04
1 changed files with 3 additions and 0 deletions

View File

@ -198,6 +198,9 @@ public class ReportCtl
// 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) {