We have some images which we want to display in a Crystal Report. The location of the images is stored in an Oracle database in 3 fields (which must be joined together to get the entire file name) and the images are stored in either a PDF or TIFF file on another server.
We would like to create a report that goes through the database, reads in the file information and then displays the image.
I tried inserting an OLE object in the report with Crystal Reports XI, and browsing to 1 of the image files. Crystal only displays that 1 image. It doesn't display any of the other images even though I used the formula editor to concatenate the 3 database fields together to get the file location.
Is there any way to get this to work in Crystal without using Visual Basic or some other programming language?
We would like to create a report that goes through the database, reads in the file information and then displays the image.
I tried inserting an OLE object in the report with Crystal Reports XI, and browsing to 1 of the image files. Crystal only displays that 1 image. It doesn't display any of the other images even though I used the formula editor to concatenate the 3 database fields together to get the file location.
Is there any way to get this to work in Crystal without using Visual Basic or some other programming language?