Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Sage MAS 90 Customer
jernst
Posts: 32
Registered: 08-18-2009
0

Images displayed for a Catalog

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

Super Contributor
rmikolainis
Posts: 1,251
Registered: 10-29-2008
0

Re: Images displayed for a Catalog

[ Edited ]

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}