Where are you getting this jpeg image from? If you are loading from a database BLOB field, are you sure this is a valid jpeg image? Is this error occuring when you try to load any jpeg image to a report? Try loading a jpeg image from file and see if that works. Do other image formats work (ie. bitmap, gif)?
Comments
Try adding ppJPEG to your "uses" clause.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Where are you getting this jpeg image from? If you are loading from a
database BLOB field, are you sure this is a valid jpeg image? Is this error
occuring when you try to load any jpeg image to a report? Try loading a
jpeg image from file and see if that works. Do other image formats work
(ie. bitmap, gif)?
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
ppJPEG to the uses clause. Thanks for your help, everything's working now.