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!

Images using CR6

Status
Not open for further replies.

josesc

Technical User
Dec 18, 2000
44
BR
I have a database that there is a adress of a image, ex.(\film\place\000001.jpg) and i have to put this image in the CR . How I do this?
 
I had the same problem, the solution occurred to me after reading another post from someone who got it to work with BMPs but could not with JPGs or GIFs.

Since I was storing image data only from JPG files (which are smaller), I tried storing binary data from BMPs instead and it worked. For confirmation, I tried storing some BMPs and some JPGs and Crystal Reports only displayed the BMPs.

I have only tested this using an ODBC connection to SQL Server 7 (it should work with other ODBC sources)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top