Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Jpegs again

edited December 2006 in General
I know this has been covered but I must be missing something.

I have a jpeg image saved to a Dbisam database. I load it to the
database uisng DevExpress DbiInspector. No problem so far. I can load
it from file into the DevEx dbINspector image row and save it to the
database. I did, of course have to add the jpeg.pas unit to my uses
clause. No problem so far.

I cannot, however view it again at runtime in either a DbImage
component or the Dev Express dbInspector component from which I loaded
and saved it. I also cannot print it using ReportBuilder using the
dbImage component in RB. I did add ppjpg to my uses clause as I thought
that would at least solve the printing problem but I still get the
invalid image errror.

What step am I missing? I assume that I can stream it into a
non-dataaware image component but in this app, I would prefer to have
it print and view directly from the database.

--
David Farrell-Garcia
Whidbey Island Software, LLC

Comments

This discussion has been closed.