<?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 : Extra-height row printing</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Extra-height row printing]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 05:37:31 +0000</pubDate>
  <lastBuildDate>Wed, 14 May 2014 04:37:49 +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=22142</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[Extra-height row printing : HiI have the same problem. But...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22142&amp;PID=72490&amp;title=extraheight-row-printing#72490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 22142<br /><strong>Posted:</strong> 14 May 2014 at 4:37am<br /><br />Hi<br><br>I have the same problem. But the bug is not your specified source snipset.<br>It's more an implementation problem of whole print preview.<br><br>See additional information follow my post:<br><a href="http://forum.codejock.com/forum_posts.asp?TID=22298&amp;MF=Y&amp;PID=72488" rel="nofollow">http://forum.codejock.com/forum_posts.asp?TID=22298&amp;MF=Y&amp;PID=72488</a><br>]]>
   </description>
   <pubDate>Wed, 14 May 2014 04:37:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22142&amp;PID=72490&amp;title=extraheight-row-printing#72490</guid>
  </item> 
  <item>
   <title><![CDATA[Extra-height row printing : The row is never printed if its...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22142&amp;PID=72153&amp;title=extraheight-row-printing#72153</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3861">aceproof</a><br /><strong>Subject:</strong> 22142<br /><strong>Posted:</strong> 25 December 2013 at 2:01am<br /><br /><p>The row is never printed if its height more then its print area.</p><p><br></p><p><strong>ToolkitPro v16.2.6:</strong></p><p>int CXTPReportControl::DrawRows(CDC *pDC, CRect &amp;rcClient, int y, CXTPReportRows *pRows, int nTopRow, int nColumnFrom, int nColumnTo, int *pnHeight)</p><p>{</p><p>&nbsp;				&nbsp; &nbsp; &nbsp;...</p><p>&nbsp;				&nbsp; &nbsp; &nbsp;nRowHeight = pRow-&gt;GetHeight(pDC, nRowWidth);<br>&nbsp;				&nbsp; &nbsp; &nbsp;// Test if row is outside of client rectangle<br>				&nbsp;				&nbsp; &nbsp; &nbsp;if (bIsPrinting)<br>				&nbsp;				&nbsp; &nbsp; &nbsp;{<br>&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;// Clipped rows are printed on the next page<br>					&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;<strong>if (y + nRowHeight &gt; rcClient.bottom)<br>					</strong>&nbsp;				&nbsp; &nbsp; &nbsp;<strong>&nbsp;				&nbsp; &nbsp; &nbsp;{<br>						</strong>&nbsp;				&nbsp; &nbsp; &nbsp;<strong>&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;break;<br>					</strong>&nbsp;				&nbsp; &nbsp; &nbsp;<strong>&nbsp;				&nbsp; &nbsp; &nbsp;}</strong><br>				&nbsp;				&nbsp; &nbsp; &nbsp;}<br>				&nbsp;				&nbsp; &nbsp; &nbsp;else<br>				&nbsp;				&nbsp; &nbsp; &nbsp;{<br>					&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;// Clipped rows are drawn<br>					&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;if (y &gt; rcClient.bottom)<br>					&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;{<br>						&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;break;<br>					&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;				&nbsp; &nbsp; &nbsp;}<br>&nbsp;				&nbsp; &nbsp; &nbsp;&nbsp;			}</p><p>&nbsp;				&nbsp; &nbsp; &nbsp;...</p><p>}</p>]]>
   </description>
   <pubDate>Wed, 25 Dec 2013 02:01:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22142&amp;PID=72153&amp;title=extraheight-row-printing#72153</guid>
  </item> 
 </channel>
</rss>