With the new process invokation methods Jasper Reports get started twice, fixed this issue

This commit is contained in:
deathmeat 2007-06-13 15:11:44 +00:00
parent daf66a462b
commit 3f543ffcea
1 changed files with 0 additions and 8 deletions

View File

@ -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
{