<?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 : 16.3 Crash by Merged Items + Group Row</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : 16.3 Crash by Merged Items + Group Row]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 04:02:31 +0000</pubDate>
  <lastBuildDate>Mon, 24 Feb 2014 07:44:34 +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=22218</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[16.3 Crash by Merged Items + Group Row : The combination of the merged...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=22218&amp;PID=72285&amp;title=16-3-crash-by-merged-items-group-row#72285</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7207">Keeper</a><br /><strong>Subject:</strong> 22218<br /><strong>Posted:</strong> 24 February 2014 at 7:44am<br /><br />The combination of the merged items with a grouping rows leads to a crash when displaying the tooltip.<div><br></div><div>Problem in the following source code portion:<br><br><div><br></div><div><div><b>CRect CXTPReportRow::GetItemRect(CXTPReportRecordItem* pItem, BOOL bAsMerged)</b></div><div><b>{</b></div></div><div><b>...</b></div><div><div><b>int nTopmostRow = GetIndex();</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">				</span>while (0 &lt;= nTopmostRow)</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">				</span>{</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">					</span>CXTPReportRow* pTopRow = pRows-&gt;GetAt(nTopmostRow - 1);</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">					</span>if (NULL != pTopRow &amp;&amp; pTopRow-&gt;IsVisible())</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">					</span>{</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">						</span>if (pTopRow-&gt;GetRecord()-&gt;GetItem(pLeftmostColumn)-&gt;GetMergeItem() == pItem</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">							</span>&amp;&amp; pTopRow-&gt;GetRecord()-&gt;GetItem(pRightmostColumn)-&gt;GetMergeItem() == pItem)</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">						</span>{</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">							</span>--nTopmostRow;</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">							</span>continue;</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">						</span>}</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">					</span>}</b></div><div><b><br></b></div><div><b><span ="Apple-tab-span" style="white-space:pre">					</span>break;</b></div><div><b><span ="Apple-tab-span" style="white-space:pre">				</span>}</b></div></div><div><b>...</b></div><div><b>}</b></div></div><div><b><br></b></div><div>Bad idea to perform GetRetsord () for a grouping row.</div>]]>
   </description>
   <pubDate>Mon, 24 Feb 2014 07:44:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=22218&amp;PID=72285&amp;title=16-3-crash-by-merged-items-group-row#72285</guid>
  </item> 
 </channel>
</rss>