FYI, Using Crystal Reports 11 and Business Objects XI R2
In the main report (group header), very general employee data is displayed. When the report is executed, from the list of employees shown, the user can then click on any particular record and subsequently more specific information is shown about that particular employee. This is done via subreport in the DETAILS section (which is hidden).
The question is how can I also display a picture from a pdf file related to that particular employee?
There are many pdf files in the directory containing the specific file (picture) that we need to display. Each file is named uniquely as an employee number, which happens to be the same linking method used to link the main report with the subreport, so hopefully that's a plus.
As a note, there could be data about an employee shown in the report but not all employees have a pdf file, so if the user clicks on a particular employee record and there is no pdf file, we just don't want the report to crash.
Thanks for any help!
In the main report (group header), very general employee data is displayed. When the report is executed, from the list of employees shown, the user can then click on any particular record and subsequently more specific information is shown about that particular employee. This is done via subreport in the DETAILS section (which is hidden).
The question is how can I also display a picture from a pdf file related to that particular employee?
There are many pdf files in the directory containing the specific file (picture) that we need to display. Each file is named uniquely as an employee number, which happens to be the same linking method used to link the main report with the subreport, so hopefully that's a plus.
As a note, there could be data about an employee shown in the report but not all employees have a pdf file, so if the user clicks on a particular employee record and there is no pdf file, we just don't want the report to crash.
Thanks for any help!