<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Several print issues (bugs and features)</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Several print issues (bugs and features)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 04:41:40 +0000</pubDate>
  <lastBuildDate>Wed, 14 May 2014 04:32:15 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=22298</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Several print issues (bugs and features) : The print preview mode don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22298&amp;PID=72488&amp;title=several-print-issues-bugs-and-features#72488</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 22298<br /><strong>Posted:</strong> 14 May 2014 at 4:32am<br /><br />The print preview mode don't works well.<br><br>It is possible that <b>page breaks wrong</b> (rows jumps from one to next page if scaling is "fit to page" and you resize window or changing zoom levels below 100%) or - more worse - <b>last row on a page will not print</b>.<br><br>Both problems have the same origing.<br>Calculation of font height can vary on different zoom levels (&lt;100%). Windows font mapper change intelligent the next font size if size has fraction. So it can happen, that in calculation of printable page height the height differ for some pixels. Especially if you using header and footer text in different font size.<br><br><u>Solution for missing rows:</u><br>Pagination <b>must </b>be in 100% mode!<br>So, rcClient.bottom don't have different values between pagination and drawing and function breaks not too early.<br><table width="99%"><tr><td><pre class="BBcode"><br>// Clipped rows are printed on the next page<br>if (y + nRowHeight &gt; rcClient.bottom)<br>{<br>&nbsp;&nbsp; break;<br>}<br></pre></td></tr></table><br><br><u>Solution for wrong page breaks:</u><br>Zoom modes below 100% should be render in 100% in a bitmap and scaling the bitmap.<br><br><br><br>Additional, if you using <b>time </b>in header or footer it <b>will be modified</b> if you resize preview window or is different between preview and printed page.<br><br>A nice feature would be, if <b>empty groups</b> will be <b>wrapped to next page</b>. It's ugly if group row is on previous page and records on next page.<br>]]>
   </description>
   <pubDate>Wed, 14 May 2014 04:32:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22298&amp;PID=72488&amp;title=several-print-issues-bugs-and-features#72488</guid>
  </item> 
 </channel>
</rss>