<?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 : ShowItemsInGroups &amp; Sort</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ShowItemsInGroups &amp; Sort]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 10:50:28 +0000</pubDate>
  <lastBuildDate>Fri, 28 Nov 2008 07:28:47 +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=12782</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[ShowItemsInGroups &amp; Sort : I already do subclass the classCXTPReportRecordItemDate....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43271&amp;title=showitemsingroups-sort#43271</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 12782<br /><strong>Posted:</strong> 28 November 2008 at 7:28am<br /><br />I already do subclass the class&nbsp;CXTPReportRecordItemDate. But if CompareGroupCaption is equal (=0), Codejock don't call Compare after the item is assigned to a group!<DIV>&nbsp;</DIV><DIV>I think this it is a design mistake.</DIV>]]>
   </description>
   <pubDate>Fri, 28 Nov 2008 07:28:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43271&amp;title=showitemsingroups-sort#43271</guid>
  </item> 
  <item>
   <title><![CDATA[ShowItemsInGroups &amp; Sort : My advice: Make your own CXTPReportRecordItemText-derived...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43268&amp;title=showitemsingroups-sort#43268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12782<br /><strong>Posted:</strong> 28 November 2008 at 5:51am<br /><br /><P>My advice: Make your own CXTPReportRecordItemText-derived class.</P>]]>
   </description>
   <pubDate>Fri, 28 Nov 2008 05:51:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43268&amp;title=showitemsingroups-sort#43268</guid>
  </item> 
  <item>
   <title><![CDATA[ShowItemsInGroups &amp; Sort : Does nobody have this problem???...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43209&amp;title=showitemsingroups-sort#43209</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 12782<br /><strong>Posted:</strong> 26 November 2008 at 4:41am<br /><br />Does nobody have this problem???]]>
   </description>
   <pubDate>Wed, 26 Nov 2008 04:41:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43209&amp;title=showitemsingroups-sort#43209</guid>
  </item> 
  <item>
   <title><![CDATA[ShowItemsInGroups &amp; Sort : Hi   How should work the mode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43146&amp;title=showitemsingroups-sort#43146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3301">Michl</a><br /><strong>Subject:</strong> 12782<br /><strong>Posted:</strong> 24 November 2008 at 5:20am<br /><br />Hi <DIV>&nbsp;</DIV><DIV>How should work the mode ShowItemsInGroup?</DIV><DIV>If a user click on a column, do this only a group action or group and sort action?</DIV><DIV>I expect as user the second.</DIV><DIV>&nbsp;</DIV><DIV>My problem is, that we have&nbsp;a column with values in&nbsp;long date format (date+time). If the user click on&nbsp;header for&nbsp;this column, the&nbsp;column should only be group by date. So I overwrite CompareGroupCaption. This works fine.</DIV><DIV>&nbsp;</DIV><DIV>Date : 4-24-2008</DIV><DIV>----------------------------------------</DIV><DIV>4-24-2008 7:56am</DIV><DIV>4-24-2008 9:23pm</DIV><DIV>4-24-2008 4:22am</DIV><DIV>&nbsp;</DIV><DIV>But I expect that several rows with same date&nbsp;would be&nbsp;sort by time, too (Compare() are not overwritten of CXTPReportRecordItemDateTime).</DIV><DIV>&nbsp;</DIV><DIV>If I turn off ShowItemsInGroups and sort the column&nbsp;manually&nbsp;and then group it, it works. I found the problem in <FONT size=2>CXTPReportHeader::OnLButtonUp. The column is not marked as sorted. But the column has a sorting symbol in the header...</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>If that is a bug, I need a update as soon as possible to release an update for our software!</FONT></DIV><DIV><FONT size=2></FONT>&nbsp;</DIV><DIV><FONT size=2>thanks</FONT></DIV>]]>
   </description>
   <pubDate>Mon, 24 Nov 2008 05:20:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12782&amp;PID=43146&amp;title=showitemsingroups-sort#43146</guid>
  </item> 
 </channel>
</rss>