I started a blank application and entered a line like this:
$engine = $birtReportEngine->openReportDesign("${here}/${myReport}");
After generate, converted to this:
$engine = $birtReportEngine->openReportDesign("$here /$myreport ");
Since it is passing to a JAVA program, case is important.
To avoid code amendment of SC, should I better redirect to a independent program ?
Regards,
Almond Wong