I'm trying to include photo's onto a Employee profile report.One report contains many employees, so the photo will be different on each Employee section.I saved this photos as .jpg files (not in DB), so as to reduce the database size.
Unfortunately, the only way a report can read pictures, is if they are in the database. It can't decode a path to the image file. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
The only way I know of is with BLOB fields, which may not be supported in Btreive. They are supported in MS Access (See the Empolyee table in the Xtreme.mdb, Photo field.
In the RDC, IF there is a path property for image files, you MIGHT be able to force the image to change during the reports run. This would only work from your VB Code, and I have never tried to find out if it would work. Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
Good Afternoon. I am a systems developer at Florida International University.
I have a encounter some difficulties while developing an online based employee profle report with Crystal Reports.
I found a response to my exact question here on tek-tips.com... CR can only read the picture if it is stored in the database.
That was my conclusion after some research...
My question is. How can CR convert the binary data stored in the database to a picture????
I appreciate your concern and time.
You add the the BLOB field as u do with other fields.
That means pls insert the particular field (picture) into
the report as u insert a name,code.....
pls feel free to have more queries if u still found problem.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.