procedure Image1OnPrint;
var
s:string;
begin
s:=unZipFieldinJPGfile(Report.DataPipeline ,'Signature5' );
if Length(S)>0 then
Image1.Picture.loadfromfile(s);
end;
My preview is true. But after I send the report for print ,ReportBuilder shows Image1OnPrint field .... not found. I search the path and find the image.
Comments
With your guidance, I did it below. and call it in RAP As below.
and I unzip my field in Myblob2file procedure.
Thanks.
Best Regards.
My preview is true.
But after I send the report for print ,ReportBuilder shows Image1OnPrint field .... not found.
I search the path and find the image.