<?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 problem.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Sorting problem.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 02:06:28 +0000</pubDate>
  <lastBuildDate>Wed, 11 Oct 2006 16:19: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=5268</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 problem. : Hi,Correct would be to use &amp;#034;Item.Value...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5268&amp;PID=16456&amp;title=sorting-problem#16456</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5268<br /><strong>Posted:</strong> 11 October 2006 at 4:19pm<br /><br />Hi,<br><br>Correct would be to use "Item.Value = i"<br>Problem is that in a way you implemented it, all items have same empty values.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 11 Oct 2006 16:19:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5268&amp;PID=16456&amp;title=sorting-problem#16456</guid>
  </item> 
  <item>
   <title><![CDATA[Sorting problem. : Any reason why this would not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5268&amp;PID=16451&amp;title=sorting-problem#16451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2413">shrame</a><br /><strong>Subject:</strong> 5268<br /><strong>Posted:</strong> 11 October 2006 at 1:37pm<br /><br />Any reason why this would not let me sort it?<br><br><br>Dim rp As ReportColumn<br>Dim Record As ReportRecord<br>Dim Item As ReportRecordItem<br>Dim i As Long<br><br>Set rp = ReportControl1.Columns.Add(0, "Date", 200, True)<br><br>For i = 0 To 1000<br>&nbsp;&nbsp;&nbsp;&nbsp;Set Record = ReportControl1.Records.Add<br>&nbsp;&nbsp;&nbsp;&nbsp;Set Item = Record.AddItem("")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Item.Caption = i<br>Next i<br><br>ReportControl1.Populate<br>]]>
   </description>
   <pubDate>Wed, 11 Oct 2006 13:37:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5268&amp;PID=16451&amp;title=sorting-problem#16451</guid>
  </item> 
 </channel>
</rss>