error JPEG #53
hello,
this is my code
Picture1OnBeforePrint(Sender: TfrxComponent);
begin
photo:=<frxDBDQuery1."photo">;//photo's name
cheminphoto:='.....';
TfrxPictureView(Sender).Picture.LoadFromFile(cheminphoto+trim(photo));
end;
so when I run showreport an error message appears: error JPEG #53
Thanks.
Comments
It seems your jpg is corrupted