Individual Crystal reports are being launch by any user using a Java application. They use the Java web application and then goes through different screens, sets different radio buttons, etc and clicks on submit. That launches Crystal reports and the user is able to view the report, save it as PDF or print it. What I am wondering if there is a way to capture Crystal reports parameters when being requested. We have the parameters when the Java application passes or request the values... but not sure how Crystal reports responds to this internal requests. We need the 'invisible' parameters from business objects or from Crystal reports if possible.
2011-07-15 10:31:48,193 INFO [STDOUT] >> Creating Report for REPORT_TEMPLATE_ID=16321 Report out put Type =0 0 means .pdf
2011-07-15 10:31:48,193 INFO [STDOUT] Before callCreateReport for reportNameFromJSP = Frm_Employee_Status
2011-07-15 10:31:48,193 INFO [us.oh.state.odjfs.sacwis.webreporting.servlet.ReportServlet] ReportServlet.callCreateReport : Entering.
2011-07-15 10:31:48,193 INFO [STDOUT] reportName>>>>>>Frm_Employee_Status
2011-07-15 10:31:48,193 INFO [STDOUT] iReportDataMap>>>>>>>>>>> {EMPLOYEE_ID=281127, REGION_ID=1812072, STATUS_INFO=1812138,1812100, FROM_DATE=01/01/1900, COMMENTS=}
2011-07-15 10:31:48,193 INFO [STDOUT] >> Creating Report for REPORT_TEMPLATE_ID=16321 Report out put Type =0 0 means .pdf
2011-07-15 10:31:48,193 INFO [STDOUT] Before callCreateReport for reportNameFromJSP = Frm_Employee_Status
2011-07-15 10:31:48,193 INFO [us.oh.state.odjfs.sacwis.webreporting.servlet.ReportServlet] ReportServlet.callCreateReport : Entering.
2011-07-15 10:31:48,193 INFO [STDOUT] reportName>>>>>>Frm_Employee_Status
2011-07-15 10:31:48,193 INFO [STDOUT] iReportDataMap>>>>>>>>>>> {EMPLOYEE_ID=281127, REGION_ID=1812072, STATUS_INFO=1812138,1812100, FROM_DATE=01/01/1900, COMMENTS=}