how i can use jpeg file on End User report editor ?
Hello
I am using report builder V. 11.06 and Delphi 2010 , in the End User Editor.
my problem is that when loading an image. jpg or bmp in a IMAGE component ,
with this code :
imgSocieta_logo.picture.loadfromfile ( 'C: \ MyImage.jpg') ;
when compiling reports , appear this error: unknown picture file extension
(. jp g or bmp).
have you any hint for use a JPG file in a End User Report ?
( no dbimage ... if possible ).
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4667 (20091207) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
I am using report builder V. 11.06 and Delphi 2010 , in the End User Editor.
my problem is that when loading an image. jpg or bmp in a IMAGE component ,
with this code :
imgSocieta_logo.picture.loadfromfile ( 'C: \ MyImage.jpg') ;
when compiling reports , appear this error: unknown picture file extension
(. jp g or bmp).
have you any hint for use a JPG file in a End User Report ?
( no dbimage ... if possible ).
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4667 (20091207) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
This discussion has been closed.
Comments
You need to add ppJPEG to your uses clause to be able to view jpeg files at
runtime.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com