Hello everyone,
I'm working with Crystal Reports XI, Release 2, and am adding photos to a report using the instructions outlined in the Crystal Reports Help Topic: "To make a static OLE object dynamic"
The photo files are stored on a server, and I'm using a path and file name stored in our Photo_Dtl table to point to the photo files. Accessing and displaying the photos works great, no complaints there.
Here's the catch: We need to run a report that indicates when the photo files are missing. That is, we need to show a list of records where the Photo_Dtl table shows a path and a file name, but that .jpg file doesn't exist on the server.
When I display the photos on the report it is very evident which ones do not have files stored on the server (you see an odd image instead of a photo). What I'd like to do is somehow convert that to a Yes/No (Yes = photo file present / No = photo file not present) so that I can suppress the records that do have photos, leaving only the ones that don't.
Does anyone know of a way to capture this info so it can be used for suppression in the report?
Many thanks in advance for any advice you can give.
I'm working with Crystal Reports XI, Release 2, and am adding photos to a report using the instructions outlined in the Crystal Reports Help Topic: "To make a static OLE object dynamic"
The photo files are stored on a server, and I'm using a path and file name stored in our Photo_Dtl table to point to the photo files. Accessing and displaying the photos works great, no complaints there.
Here's the catch: We need to run a report that indicates when the photo files are missing. That is, we need to show a list of records where the Photo_Dtl table shows a path and a file name, but that .jpg file doesn't exist on the server.
When I display the photos on the report it is very evident which ones do not have files stored on the server (you see an odd image instead of a photo). What I'd like to do is somehow convert that to a Yes/No (Yes = photo file present / No = photo file not present) so that I can suppress the records that do have photos, leaving only the ones that don't.
Does anyone know of a way to capture this info so it can be used for suppression in the report?
Many thanks in advance for any advice you can give.