Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display Image in Crystal Report 7

Status
Not open for further replies.

sonper

Programmer
Oct 4, 2001
94
PH
Hi guys!

I just want to know how to display image files ex. jpg, bmp in Crystal Report 7.

Thanks.
 
If you are talking about a static image such as a company logo, just drag it onto the report.

If you are talking about a dynamic image, and the image is stored in the database (not the path to the imagem but the image itself), again just drag it onto the report.

If you are talking about something else I need more info.



Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Don and I have both published FAQ's on this.

Easiest approach is store the image in your DB table in a BLOB or OLE field.

Other approaches include a COM data driver or a custom viewer to convert a file name into an image on the page. My SMTP UFL will email reports and images with CR7, while the COM driver needs CR8.5 (or better) to work.

Depends on what you are trying to do.

Editor and Publisher of Crystal Clear
 
dgillz and chelseatech,

Thanks for your reply. Sorry if it appears not clear to you. I'm talking about storing the path to the image on a database and retrieves it in the report.

Percy
 
You cannot do this with crystal reports as a stand alone tool. You will have to add your crystal report to a VB project and prgramatically retrieve the picture in this case.

Or you can use Bruce's cViewImage program. Here's the link:


Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
hi guys, i had same problem with that. I made image field (sql 2000) to handle image file (such as employee profile project - vb ) when i tried to load this field into crystal report there's nothing image show up.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top