Bug Fix [ 1897936 ] jasper Record_ID

This commit is contained in:
trifonnt 2008-02-22 17:53:39 +00:00
parent 81ccac84b9
commit 7a2e14d6b2
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ public class ReportCtl
if(re.getPrintFormat() != null && re.getPrintFormat().getJasperProcess_ID() > 0)
{
ProcessInfo pi = new ProcessInfo ("", re.getPrintFormat().getJasperProcess_ID());
pi.setPrintPreview(!IsDirectPrint);
pi.setPrintPreview( !IsDirectPrint );
pi.setRecord_ID ( Record_ID );
// Execute Process
ProcessCtl worker = ProcessCtl.process(parent, WindowNo, pi, null);
}