<?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 : RemoveRecordEx</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : RemoveRecordEx]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 18:29:21 +0000</pubDate>
  <lastBuildDate>Thu, 17 Jan 2008 14:43:16 +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=9329</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[RemoveRecordEx : Start from bottom to Top.  for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9329&amp;PID=30236&amp;title=removerecordex#30236</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2958">wlcabral</a><br /><strong>Subject:</strong> 9329<br /><strong>Posted:</strong> 17 January 2008 at 2:43pm<br /><br /><P>Start from bottom to Top.</P><DIV>&nbsp;</DIV><DIV>for i =&nbsp;reportcontrol.selectedrows.count - 1&nbsp;&nbsp; To&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Step -1</DIV>]]>
   </description>
   <pubDate>Thu, 17 Jan 2008 14:43:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9329&amp;PID=30236&amp;title=removerecordex#30236</guid>
  </item> 
  <item>
   <title><![CDATA[RemoveRecordEx : Hey guys,Small issue i need help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9329&amp;PID=30201&amp;title=removerecordex#30201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2141">nvierros</a><br /><strong>Subject:</strong> 9329<br /><strong>Posted:</strong> 16 January 2008 at 7:52pm<br /><br />Hey guys,<br><br>Small issue i need help with.<br><br>Im using RemoveRecordEx to delete items from the report control. Im trying to do this with multiple selections but it does not seem to work correctly.<br><br>Here is my code:<br><br><br>dim i as long<br>for i = 0 to reportcontrol.selectedrows.count - 1<br>reportcontrol.RemoveRecordEx reportcontrol.selectedrows(i).record<br>next<br><br>This works ok for the first record, but im assuming because the reportcontrol updates its internals, selectedrows will change.<br><br>Is it possible to do this without using the .populate method as i want to keep the view state???<br><br>Thanks in advance<br><br>Nick<br><br>]]>
   </description>
   <pubDate>Wed, 16 Jan 2008 19:52:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9329&amp;PID=30201&amp;title=removerecordex#30201</guid>
  </item> 
 </channel>
</rss>