Bug Fix [ 1897936 ] jasper Record_ID
This commit is contained in:
parent
81ccac84b9
commit
7a2e14d6b2
|
@ -222,6 +222,7 @@ public class ReportCtl
|
|||
{
|
||||
ProcessInfo pi = new ProcessInfo ("", re.getPrintFormat().getJasperProcess_ID());
|
||||
pi.setPrintPreview( !IsDirectPrint );
|
||||
pi.setRecord_ID ( Record_ID );
|
||||
// Execute Process
|
||||
ProcessCtl worker = ProcessCtl.process(parent, WindowNo, pi, null);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue