[DUG] Need Help in Quick report 4 delphi 2007
Vik Vasudev
vikas.image at gmail.com
Tue Mar 29 10:28:47 NZDT 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20110329/347f6f32/attachment-0001.html
More information about the Delphi
mailing list