<?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 : Looping through RecordItems</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : Looping through RecordItems]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 19:55:05 +0000</pubDate>
  <lastBuildDate>Fri, 08 Jul 2005 14:02:14 +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=2540</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[Looping through RecordItems : It looks like using Columns.Count...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2540&amp;PID=7595&amp;title=looping-through-recorditems#7595</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 2540<br /><strong>Posted:</strong> 08 July 2005 at 2:02pm<br /><br />It looks like using Columns.Count will work.&nbsp; Thanks.]]>
   </description>
   <pubDate>Fri, 08 Jul 2005 14:02:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2540&amp;PID=7595&amp;title=looping-through-recorditems#7595</guid>
  </item> 
  <item>
   <title><![CDATA[Looping through RecordItems : You could try using Columns.Count...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2540&amp;PID=7555&amp;title=looping-through-recorditems#7555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 2540<br /><strong>Posted:</strong> 07 July 2005 at 4:33pm<br /><br /><P>You could try using <strong>Columns.Count</strong> and <strong>Column.ItemIndex <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></strong></P>]]>
   </description>
   <pubDate>Thu, 07 Jul 2005 16:33:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2540&amp;PID=7555&amp;title=looping-through-recorditems#7555</guid>
  </item> 
  <item>
   <title><![CDATA[Looping through RecordItems :   I want to loop through each...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2540&amp;PID=7553&amp;title=looping-through-recorditems#7553</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 2540<br /><strong>Posted:</strong> 07 July 2005 at 4:13pm<br /><br />I want to loop through each Record and each RecordItem on a report control.&nbsp; The easiest way would be something like:<br><br>&nbsp;&nbsp;&nbsp; For Each Record In ReportControl.Records<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; For Each RecordItem In <span style="font-weight: bold;">Record.Items</span><br>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'do something with RecordItem<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next<br>&nbsp;&nbsp;&nbsp; Next<br><br>Looping through the collection of records stored usingReportControl.Records works fine.&nbsp; I can't however loop throughthe collection of record items because <span style="font-weight: bold;">Record.Items</span> doesn't exist!!!<br><br>An alternate way of looping through the collection of record itemswould be to just use a while loop and use an index counter to accessRecord.Item(index).&nbsp; The problem with this is there is no Countmember to tell me when to stop looping through the record items.<br><br>Any ideas on the best way to do this?<br><span style="font-size:10px"><br /><br />Edited by nighthawk</span>]]>
   </description>
   <pubDate>Thu, 07 Jul 2005 16:13:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2540&amp;PID=7553&amp;title=looping-through-recorditems#7553</guid>
  </item> 
 </channel>
</rss>