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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.