<?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 : CXTPReportSection::EnsureVisibleCalc Bug - 15.1.3</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : CXTPReportSection::EnsureVisibleCalc Bug - 15.1.3]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 04 Jun 2026 16:26:51 +0000</pubDate>
  <lastBuildDate>Thu, 06 Oct 2011 11:55:17 +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=19027</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[CXTPReportSection::EnsureVisibleCalc Bug - 15.1.3 :  Simple &amp;gt; vs &amp;gt;= bug  The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=19027&amp;PID=66516&amp;title=cxtpreportsectionensurevisiblecalc-bug-15-1-3#66516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5726">PhatChap</a><br /><strong>Subject:</strong> 19027<br /><strong>Posted:</strong> 06 October 2011 at 11:55am<br /><br /><br />Simple &gt; vs &gt;= bug<br /><br />The while loop breaks on less than, the next if checks for greater than. If they are equal the function just exits.<br /><br /><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />// Figure out if row is fully visible&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />while ((top &lt; m_rcSection.bottom) && (nIndex &lt;= nIndexRow) && (nIndex &lt; nCount))<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />}<br /><br />// Row not fully visible&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />if (top <font size="4"><strong>&gt;</strong></font> m_rcSection.bottom)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;...<br />}<br /></pre></td></tr></table><br /><br /><br />]]>
   </description>
   <pubDate>Thu, 06 Oct 2011 11:55:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=19027&amp;PID=66516&amp;title=cxtpreportsectionensurevisiblecalc-bug-15-1-3#66516</guid>
  </item> 
 </channel>
</rss>