JPEG... Help please.
Dears,
I have a table MS-Access with a field of the type BLOB. In this field I have
an image JPEG.
I made a report through Report Builder (Delphi 7) and I added a component
"ppDBImage" and I configured the property GraphicType=JPEG.
When I call the report in design mode, you perfectly works.
However, when I compile the application and I call the report in run-team,
you returns the error "was not possible to generate the report."
How to solve?
Thank You,
[]s,
Alessandro Ferreira.
I have a table MS-Access with a field of the type BLOB. In this field I have
an image JPEG.
I made a report through Report Builder (Delphi 7) and I added a component
"ppDBImage" and I configured the property GraphicType=JPEG.
When I call the report in design mode, you perfectly works.
However, when I compile the application and I call the report in run-team,
you returns the error "was not possible to generate the report."
How to solve?
Thank You,
[]s,
Alessandro Ferreira.
This discussion has been closed.
Comments
Add ppJPEG to the uses clause of your application.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Very Thanks,
[]s,
Alessandro Ferreira.