I am having an issue dynamically displaying a .JPG image, which resides on my C: Drive, from my Crystal 11 Report.
I supplied the image location on my PICTURE in the report by
right clicked on the image in the report and selected 'Format Graphic', then clicked on the 'Picture' tab then the 'Graphic Location Formular' icon. I supplied in SINGLE quotes the path on my C:\ Drive where this dynamic image resides. Then press SAVE.. I see the CURRENT image that exists on my C:\ drive in the specified path. THis gets overwritten when my C# Windows application runs whenever a user brings up another employee record.
When I run my Windows application, the C:\ Drive gets refreshed properly with the current employee's image the user is viewing. Once the user goes to print out the report, the original image of the employee the report was SAVED with appears. I can NOT get the image to refresh in the Crystal Report from my application. If I go into the report and press the REFRESH it will then and only then bring in the current image out on my C:\ drive.
Please help!