<?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 : Sorting of Date-Columns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Sorting of Date-Columns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:42:07 +0000</pubDate>
  <lastBuildDate>Thu, 02 Feb 2006 04:27:02 +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=3581</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[Sorting of Date-Columns : When you add the date the report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3581&amp;PID=10766&amp;title=sorting-of-datecolumns#10766</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1630">LeeHayton</a><br /><strong>Subject:</strong> 3581<br /><strong>Posted:</strong> 02 February 2006 at 4:27am<br /><br /><P>When you add the date the report does not know what type of field it is so you need to tell it by encapsulating it in the CDate() command.</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Set Item = Record.AddItem(CDate(RS!RegDate))</P><P>This works great for me!</P><P>The same goes for strings cstr(), integers cint(), etc. which orders number columns numerically as opposed to alphabetically.<BR></P>]]>
   </description>
   <pubDate>Thu, 02 Feb 2006 04:27:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3581&amp;PID=10766&amp;title=sorting-of-datecolumns#10766</guid>
  </item> 
  <item>
   <title><![CDATA[Sorting of Date-Columns : Hi,  Look into Sub SetDateItem()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3581&amp;PID=10760&amp;title=sorting-of-datecolumns#10760</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3581<br /><strong>Posted:</strong> 01 February 2006 at 4:37am<br /><br />Hi,<br /><br />Look into Sub SetDateItem() in the sample app. When you set item value with Date type, it will be automatically properly sorted.<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Wed, 01 Feb 2006 04:37:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3581&amp;PID=10760&amp;title=sorting-of-datecolumns#10760</guid>
  </item> 
  <item>
   <title><![CDATA[Sorting of Date-Columns : How can I specify columns as &amp;#034;date&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3581&amp;PID=10754&amp;title=sorting-of-datecolumns#10754</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1753">cbickel</a><br /><strong>Subject:</strong> 3581<br /><strong>Posted:</strong> 31 January 2006 at 4:22pm<br /><br />How can I specify columns as "date" - columns to get them sorted properly ?]]>
   </description>
   <pubDate>Tue, 31 Jan 2006 16:22:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3581&amp;PID=10754&amp;title=sorting-of-datecolumns#10754</guid>
  </item> 
 </channel>
</rss>