Click to See Complete Forum and Search --> : How to display JPEG image in Crystal Reports 7R


shah_manmohan
September 8th, 2004, 01:38 AM
I want to display JPEG image in crystal reports which is stored as BLOB field. Crystal reports 7.0 can display images stored in BMP format but my requirement is to display JPEG images. Please help immediately.

Amit_Roy
September 8th, 2004, 02:41 AM
your image source is database or a file ?

I have not used cr7 but i know it lets u display jpeg images using ole field.

shah_manmohan
September 9th, 2004, 12:53 AM
My source is database. There is one BLOB field in a table alongwith some other fields. I want to display the contents of the table on report. BLOB field is populated by VB code. If a BMP image is stored in BLOB field using VB code, CR7 retrieves it well, but in case you happened to store JPG image in BLOB field using VB code, then CR7 is unable to retrieve it. I want to know how to retrieve that JPG image which is stored in BLOB field of table using CR7.