Ya this is what is told in the samples.
But it is not working. That is what I am explaining.
Any one had tried out and got the result really??
Main Topics
Browse All TopicsHi,
I am using Crystal Report XI Release 2 with VS2005.
I know there is a new feature to change the images in the report dynamically which is explained all over in many websites.
But it is not working. Whatever string I give in "Graphic Location" forumla , it is not at all displaying the image.
I had tried various options like below.
{Command.TableName}
"File path" + {Command.TableName}
".\" + {Command.TableName}
None of the above is working. And I am using only .jpeg file format only.
Any one had ever tried this feature and fully succeeded? Please let me also know if there is any trick in this.
Thanks in advance,
Sachi
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: imrancsPosted on 2007-01-15 at 00:26:51ID: 18314962
hi
SampleCode \Images\" + {CustomerStatus.ImageFileN ame}
Up through v10, the only way to have a different image for each record was to physically store the image as a BLOB field in the database (or do some fancy programming in VB). Many databases however, store the file path to the image. Now Crystal will read the path in a database field to find these images and place them in the report. What's more this path can even be a URL, making every image on the web available to your reports.
one other way is that
put OLE object on your report and then right click on OLE object goto Format Graphics...
select Picture tab and set your Picture location in Graphics Location formula
like
"C:\CRXI_NET_StartupGuide\
thanks,
ahmad