cannot generate report
Hi,
I am using Delphi 5 and Report Builder ver 7_02. When i used dbimage
component for load any images from access i have a problem. Show message
"cannot generate report".
Can you give me any idea of a property that I may have set wrong to cause
this?
--
Best Regards,
Imam Wardany
--- posted by geoForum on http://delphi.newswhat.com
I am using Delphi 5 and Report Builder ver 7_02. When i used dbimage
component for load any images from access i have a problem. Show message
"cannot generate report".
Can you give me any idea of a property that I may have set wrong to cause
this?
--
Best Regards,
Imam Wardany
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
1. I highly recommend updating your version of ReportBuilder to RB 7.04 for
Delphi 5. This is a free upgrade and could solve the problem. Contact
info@digital-metaphors.com for more information.
2. Be sure you have the image type assigned properly. For instance, if you
are loading JPEG's, you need to assign the image type of the DBImage
component to JPEG and include ppJpeg in your uses clause.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
When i include ppJpeg in my uses that problem is solve, but i have new
problem.
1. If i used database connection with data access component, there's
problem with the image, it cannot load properly. As you can see in this
link http://h1.ripway.com/drackids/dbimagewithdataaccess.jpg
2. But if i used database connection with ODBCExpress component, the image
can load properly. The problem is show message "Invalid Bookmark". Like
this http://h1.ripway.com/drackids/dbimagewithhdbc.jpg
Please give me some advices
Best Regards,
Imam Wardany
--- posted by geoForum on http://delphi.newswhat.com
Have you tried upgrading to RB 7.04 and testing with that?
As a simple test, try loading the image in a simple Delphi application that
does not include ReportBuilder. Are you able to get the correct output?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com