BF [2948213] - Record ID parameter is not carried in jasper report

https://sourceforge.net/tracker/?func=detail&atid=955896&aid=2948213&group_id=176962
This commit is contained in:
trifonnt 2010-02-09 22:34:25 +00:00
parent dd1dc6ed92
commit b498f12ab8
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ public class WReport implements EventListener {
if(pf != null && pf.getJasperProcess_ID() > 0)
{
// It's a report using the JasperReports engine
ProcessInfo pi = new ProcessInfo ("", pf.getJasperProcess_ID());
ProcessInfo pi = new ProcessInfo ("", pf.getJasperProcess_ID(), pf.getAD_Table_ID(), Record_ID);
// Execute Process
WProcessCtl.process(null, WindowNo, pi, null);