Problem with Pictures
When i attempt to print an image in a report, sometimes
the printer print it as black rectangle and another print it fine
The code that i use in then OnEnterRect event of the report is:
if (Memo[0]='LOGO')and(View is TfrPictureView) then
begin
TfrPictureView(View).Picture.Assign(REntorno.Image);
View.Visible:=true;
end;
where REntorno.Image is a public TBitmap.
Thanks
the printer print it as black rectangle and another print it fine
The code that i use in then OnEnterRect event of the report is:
if (Memo[0]='LOGO')and(View is TfrPictureView) then
begin
TfrPictureView(View).Picture.Assign(REntorno.Image);
View.Visible:=true;
end;
where REntorno.Image is a public TBitmap.
Thanks
Comments
http://www.fastreports.net/en/forum/index....owtopic=924&hl=
Stu