Post Author: darmstrong
CA Forum: General
Hello everyone,
I have just upgraded to Crystal XI and I'm hoping that it will finally let me do what I am trying to do. I have an application that stores object records. Each object record has an associated image file. The information for the image file is stored in UNC format.
<servername>\<path>\<filename>. I want to develop a report that displays the image file based on the information in the UNC path. If necessary I can use a drive letter mapping. How can Crystal do this?The closest I have come is to insert a "picture" and then use the hyperlink and feed the formula into there. The problem with that is that when the report runs, you have to click on the "picture" file before it displays the actual image. I want the image itself displayed along with the rest of the record.