<?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 : Sorry, crucial bug found in 13.1</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Sorry, crucial bug found in 13.1]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 17:50:41 +0000</pubDate>
  <lastBuildDate>Wed, 25 Nov 2009 20:17:22 +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=14552</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[Sorry, crucial bug found in 13.1 : I consider that child record created...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55167&amp;title=sorry-crucial-bug-found-in-13-1#55167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 25 November 2009 at 8:17pm<br /><br />I consider that child record created AFTER parent one. So if you have at least one record and set SetCaseSensitive flag for all control records - child records can use it. Sure you can't apply this flag for no records case - typical case of dynamic property.]]>
   </description>
   <pubDate>Wed, 25 Nov 2009 20:17:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55167&amp;title=sorry-crucial-bug-found-in-13-1#55167</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : Yes, I realize that case sensitive...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55159&amp;title=sorry-crucial-bug-found-in-13-1#55159</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 25 November 2009 at 1:20pm<br /><br />Yes, I realize that case sensitive was not a member of the record, but rather the record list. However, if there is no record list yet, there's no inheritance possible which will result in undetermined behavior. <br><br>The record list would have to impart the case sensitive property to the child member list(s) on "add to", or perhaps use a data member of record instead. I tried to imply that with the code.<br><br>Unfortunately the safe call you've illustrated will result in undetermined behavior without some other means to support the case sensitive setting.<br>]]>
   </description>
   <pubDate>Wed, 25 Nov 2009 13:20:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55159&amp;title=sorry-crucial-bug-found-in-13-1#55159</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : I have now tested with the ReportControlMFCUpdated.rar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55108&amp;title=sorry-crucial-bug-found-in-13-1#55108</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5672">ABrailsford</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 24 November 2009 at 10:55am<br /><br />I have now tested with the ReportControlMFCUpdated.rar and the issue is no longer present. <DIV>&nbsp;</DIV><DIV>When is a new formal revision of the toolkit likely to be available?</DIV>]]>
   </description>
   <pubDate>Tue, 24 Nov 2009 10:55:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55108&amp;title=sorry-crucial-bug-found-in-13-1#55108</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : Sure not - you code just wrong...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55071&amp;title=sorry-crucial-bug-found-in-13-1#55071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 22 November 2009 at 10:22pm<br /><br />Sure not - you code just wrong - <FONT size=2>BOOL CXTPReportRecords::IsCaseSensitive() - not a member of CXTPReportRecord !<DIV></DIV><DIV>&nbsp;</DIV><DIV>If you concern in this line - GetRecords()-&gt;IsCaseSensitive();</DIV><DIV></DIV>we can change it in more safe way:<DIV></DIV>if (GetRecords()) <DIV>{</DIV><DIV>&nbsp;&nbsp;&nbsp; BOOL bCase = GetRecords()-&gt;IsCaseSensitive();<BR>&nbsp;&nbsp;&nbsp; m_pChildren-&gt;SetCaseSensitive(bCase); <BR>}</DIV><DIV>&nbsp;</DIV></FONT>]]>
   </description>
   <pubDate>Sun, 22 Nov 2009 22:22:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55071&amp;title=sorry-crucial-bug-found-in-13-1#55071</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 :  Bug in ReportControlMFCUpdated,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55068&amp;title=sorry-crucial-bug-found-in-13-1#55068</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 22 November 2009 at 9:45pm<br /><br />Bug in ReportControlMFCUpdated, CXTPReportRecord.cpp<br><br>Using the following if you are constructing new records with children this fails:<br><br>CXTPReportRecords* CXTPReportRecord::GetChilds()<br>{<br>&nbsp;&nbsp; &nbsp;if (m_pChildren == NULL)<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;m_pChildren = new CXTPReportRecords(this);<br><br>&nbsp;&nbsp; &nbsp;BOOL bCase = GetRecords()-&gt;IsCaseSensitive();<br>&nbsp;&nbsp;&nbsp; m_pChildren-&gt;SetCaseSensitive(bCase); <br><br>&nbsp;&nbsp; &nbsp;return m_pChildren;<br>}<br><br>Shouldn't it be this instead? Where caseSensitive is a property of the "record" and not the "record list" which may or may not exist?<br><br>CXTPReportRecords* CXTPReportRecord::GetChilds()<br>{<br>&nbsp;&nbsp;&nbsp; if (m_pChildren == NULL)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_pChildren = new CXTPReportRecords(this);<br><br>&nbsp;&nbsp;&nbsp; m_pChildren-&gt;SetCaseSensitive(IsCaseSensitive()); <br><br>&nbsp;&nbsp;&nbsp; return m_pChildren;<br>}<br>]]>
   </description>
   <pubDate>Sun, 22 Nov 2009 21:45:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=55068&amp;title=sorry-crucial-bug-found-in-13-1#55068</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : Can&amp;#039;t reproduce your case...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=54837&amp;title=sorry-crucial-bug-found-in-13-1#54837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 13 November 2009 at 12:59pm<br /><br /><P>Can't reproduce your case - please get current code - <a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportC&#111;ntrolMFCUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportControlMFCUpdated.rar</A></P><DIV></DIV>so we can be sure we running the same]]>
   </description>
   <pubDate>Fri, 13 Nov 2009 12:59:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=54837&amp;title=sorry-crucial-bug-found-in-13-1#54837</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : Using 13.1.0 and just discovered...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=54828&amp;title=sorry-crucial-bug-found-in-13-1#54828</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5672">ABrailsford</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 13 November 2009 at 10:22am<br /><br />Using 13.1.0 and just discovered the duplication of entries and strange behaviour when hold down the Shift and Control keys in the Report Control.<DIV>&nbsp;</DIV><DIV>Just downloaded 13.2.1 and now find that duplication does not occur but deletion is now taking place.</DIV><DIV>&nbsp;</DIV><DIV>This can be demonstrated in the Samples\ReportControl\ReportDialog shipped with 13.2.1. If you change the line of code in ReportDilogDlg.cpp as shown below.</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_wndReportCtrl.EnableDragDrop(_T("ReportDialog"), xtpReportAllowDragMove | xtpReportAllowDrop);</DIV><DIV>&nbsp;</DIV><DIV>Whenever you try and move either a single selection or multiple selection, the records just disappear from the ReportControl.<img src="http://forum.codejock.com/smileys/smiley3.gif" border="0"><BR></DIV>]]>
   </description>
   <pubDate>Fri, 13 Nov 2009 10:22:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=54828&amp;title=sorry-crucial-bug-found-in-13-1#54828</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : No - I consider this is confused...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=51864&amp;title=sorry-crucial-bug-found-in-13-1#51864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 11 August 2009 at 12:44pm<br /><br />No - I consider this is confused user.&nbsp; <DIV>&nbsp;</DIV><DIV>"Just tried dropping items/folders below the last row in Outlook 2007" - this is the case you use control as independant container - user don't care about position to insert new content. </DIV><DIV>But we care...</DIV><DIV>&nbsp;</DIV><DIV>Our&nbsp;approach&nbsp;not&nbsp;restricts&nbsp;user's action - just need to follow graphical clue - if icon allow - drop, if not - move mouse to better position.</DIV>]]>
   </description>
   <pubDate>Tue, 11 Aug 2009 12:44:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=51864&amp;title=sorry-crucial-bug-found-in-13-1#51864</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : Yes, the behavior is consistent....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=51846&amp;title=sorry-crucial-bug-found-in-13-1#51846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 11 August 2009 at 2:55am<br /><br />Yes, the behavior is consistent. That's good.<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>I can accept that dropping at the header is not allowed, but below the last row is indeed a&nbsp;very useful drop area. Just tried dropping items/folders below the last row in Outlook 2007 - and it works.&nbsp; There's really no point in letting this area be dead.</DIV>]]>
   </description>
   <pubDate>Tue, 11 Aug 2009 02:55:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=51846&amp;title=sorry-crucial-bug-found-in-13-1#51846</guid>
  </item> 
  <item>
   <title><![CDATA[Sorry, crucial bug found in 13.1 : Hey, asit already happenedyou...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=51837&amp;title=sorry-crucial-bug-found-in-13-1#51837</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4721">mdoubson</a><br /><strong>Subject:</strong> 14552<br /><strong>Posted:</strong> 10 August 2009 at 5:55pm<br /><br />Hey, as&nbsp;it already happened&nbsp;you are running yesterday code.. <DIV>Get fresh updates please - </DIV><DIV><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportC&#111;ntrolMFCUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportControlMFCUpdated.rar</A><BR><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportPaneViewStatic.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportPaneViewStatic.rar</A><BR><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/ReportC&#111;ntrolUpdated.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/ReportControlUpdated.rar</A><BR><a href="https://forum.codejock.com/uploads/DemoVersi&#111;n/PaneViewReportSource.rar" target="_blank">https://forum.codejock.com/uploads/DemoVersion/PaneViewReportSource.rar</A><BR></DIV><DIV>But drop in header and footer is not allowed and you have now all needed visual clue (drop marker and cursor icon)</DIV><DIV>&nbsp;</DIV><DIV>I&nbsp;consider header and footer rows as special ones.</DIV>]]>
   </description>
   <pubDate>Mon, 10 Aug 2009 17:55:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14552&amp;PID=51837&amp;title=sorry-crucial-bug-found-in-13-1#51837</guid>
  </item> 
 </channel>
</rss>