Hello Everyone,

Good morning.

I am facing a printing issue with quick report 4. Problem is at one of site
fields in reports gets overlapped.

I thought initially it might to do with Metafile
creation(CreateMetafileCanvas ) in quick report and suspected it could be
due to different resolution of windows.

So i changed the code in CreateMetafileCanvas

FCanvas := TMetafileCanvas.Create(FMetafile, 0);   to FCanvas :=
TMetafileCanvas.Create(FMetafile, Printer.Handle);

But that dint helped.

Problem is it wont happen at every locations. So i got struck(Problem is
recreating)

Is it got to do with printer settings?

Any help would be appreciated

 Regards
Vikas
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to