[ 2011567 ] Implement background image for Document printed

http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2011567&group_id=176962
This commit is contained in:
vpj-cd 2008-08-11 19:30:41 +00:00
parent 4a62f95bae
commit 1443714128
1 changed files with 15 additions and 14 deletions

View File

@ -258,7 +258,8 @@ public class ReportCtl
return false;
}
//if(re.getPrintFormat() != null && re.getPrintFormat().getJasperProcess_ID() > 0)
if(re.getPrintFormat() != null)
{
if(re.getPrintFormat().getJasperProcess_ID() > 0)
{
ProcessInfo pi = new ProcessInfo ("", re.getPrintFormat().getJasperProcess_ID());
@ -275,7 +276,7 @@ public class ReportCtl
ReportEngine.printConfirm (type, Record_ID);
}
}
}
return true;
} // StartDocumentPrint