<?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 : MultiSort GetSortOrder Runtime</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : MultiSort GetSortOrder Runtime]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 00:00:21 +0000</pubDate>
  <lastBuildDate>Thu, 14 Jun 2007 17:32:19 +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=7383</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[MultiSort GetSortOrder Runtime : populate is called after the above...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7383&amp;PID=23685&amp;title=multisort-getsortorder-runtime#23685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=675">developer</a><br /><strong>Subject:</strong> 7383<br /><strong>Posted:</strong> 14 June 2007 at 5:32pm<br /><br />populate is called after the above setup.. uhg. why can't I edit my own posts?? :(]]>
   </description>
   <pubDate>Thu, 14 Jun 2007 17:32:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7383&amp;PID=23685&amp;title=multisort-getsortorder-runtime#23685</guid>
  </item> 
  <item>
   <title><![CDATA[MultiSort GetSortOrder Runtime : m_wndReport.Populate();  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7383&amp;PID=23684&amp;title=multisort-getsortorder-runtime#23684</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=675">developer</a><br /><strong>Subject:</strong> 7383<br /><strong>Posted:</strong> 14 June 2007 at 5:03pm<br /><br />m_wndReport.Populate();]]>
   </description>
   <pubDate>Thu, 14 Jun 2007 17:03:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7383&amp;PID=23684&amp;title=multisort-getsortorder-runtime#23684</guid>
  </item> 
  <item>
   <title><![CDATA[MultiSort GetSortOrder Runtime : I am trying to sort the columns...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7383&amp;PID=23683&amp;title=multisort-getsortorder-runtime#23683</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=675">developer</a><br /><strong>Subject:</strong> 7383<br /><strong>Posted:</strong> 14 June 2007 at 5:00pm<br /><br />I am trying to sort the columns through code and it is not working. what am I doing wrong???<br><br>&nbsp; // Group by type<br>&nbsp; CXTPReportColumn* pCol = m_wndReport.GetColumns()-&gt;Find(COLUMN_TYPE);<br>&nbsp; m_wndReport.GetColumns()-&gt;GetGroupsOrder()-&gt;Clear();<br>&nbsp;&nbsp;&nbsp; m_wndReport.GetColumns()-&gt;GetGroupsOrder()-&gt;Add(pCol);<br>&nbsp; <br>&nbsp; // Clear Sort Order<br>&nbsp; m_wndReport.GetColumns()-&gt;GetSortOrder()-&gt;Clear();<br>&nbsp; <br>&nbsp; // Sort by checked first<br>&nbsp; pCol = m_wndReport.GetColumns()-&gt;Find(COLUMN_CHECK);<br>&nbsp; m_wndReport.GetColumns()-&gt;GetSortOrder()-&gt;Add(pCol, TRUE);<br>&nbsp; <br>&nbsp; // Then sort by Name<br>&nbsp; pCol = m_wndReport.GetColumns()-&gt;Find(COLUMN_NAME);<br>&nbsp;&nbsp;&nbsp; m_wndReport.GetColumns()-&gt;GetSortOrder()-&gt;Add(pCol, TRUE);<br>&nbsp; <br>&nbsp; ASSERT(m_wndReport.GetColumns()-&gt;GetSortOrder()-&gt;GetCount() == 2);<br><br>this is not sorting it at all.. I would like to first sort by the checked items (have them at top) and then sort the rest by the name.. <br>]]>
   </description>
   <pubDate>Thu, 14 Jun 2007 17:00:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7383&amp;PID=23683&amp;title=multisort-getsortorder-runtime#23683</guid>
  </item> 
 </channel>
</rss>