Hello Everyone,<br><br>Good morning.<br><br>I am facing a printing issue with quick report 4. Problem is at one of site fields in reports gets overlapped. <br><br>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.<br>
<br>So i changed the code in CreateMetafileCanvas <br><br>FCanvas := TMetafileCanvas.Create(FMetafile, 0); to FCanvas := TMetafileCanvas.Create(FMetafile, Printer.Handle);<br><br>But that dint helped.<br><br>Problem is it wont happen at every locations. So i got struck(Problem is recreating)<br>
<br>Is it got to do with printer settings?<br><br>Any help would be appreciated<br><br> Regards<br>Vikas<br>