Bug Fix [ 1897936 ] jasper Record_ID
This commit is contained in:
parent
81ccac84b9
commit
7a2e14d6b2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue