- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Images displayed for a Catalog
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-04-2011 11:30 AM
I need to create a catalog listing of items that displays the item image. I have all the data I need but can only get the image file name to display not the actual .jpeg.
Is there a way to use the image field to display the actual image? Or another way to display the each item image?
Crystal Reports 10
MAS90 EES ver 4.3
Re: Images displayed for a Catalog
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
03-04-2011 12:16 PM - last edited on 03-04-2011 12:27 PM
Not in Crystal 10, you can do this in Crystal XI though.
I have a posting on how I did it in another post.
I needed to make a formula with the image location:
The formula I used is simply "file location" + CI.Item , so, mine looks like this:
"C:\MAS Installs\Testing\MAS90\Images\ABC\" + {CI_Item.ImageFile}


