<?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 : Cannot Delete All Rows in ReportC&#111;ntrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Cannot Delete All Rows in ReportC&#111;ntrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 30 May 2026 06:18:04 +0000</pubDate>
  <lastBuildDate>Tue, 18 Oct 2005 10:30:53 +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=3033</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[Cannot Delete All Rows in ReportC&#111;ntrol : Hi Milkman I am not shure, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3033&amp;PID=9109&amp;title=cannot-delete-all-rows-in-reportcontrol#9109</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=841">Fabian</a><br /><strong>Subject:</strong> 3033<br /><strong>Posted:</strong> 18 October 2005 at 10:30am<br /><br /><P>Hi Milkman</P><P>I am not shure, but shoud it not be:<BR>&nbsp;&nbsp;&nbsp; ReportControl.Records.RemoveAt <strong>Row.Records.Index</strong></P><P>instead of&nbsp;<BR>&nbsp;&nbsp;&nbsp; ReportControl.Records.RemoveAt <strong>Row.Index</strong><BR></P><P>for a single record. If the report was sorted you delete the wrong record?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 18 Oct 2005 10:30:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3033&amp;PID=9109&amp;title=cannot-delete-all-rows-in-reportcontrol#9109</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Delete All Rows in ReportC&#111;ntrol : My bad. The following command...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3033&amp;PID=9045&amp;title=cannot-delete-all-rows-in-reportcontrol#9045</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1488">Milkman</a><br /><strong>Subject:</strong> 3033<br /><strong>Posted:</strong> 14 October 2005 at 10:38am<br /><br />My bad.&nbsp; The following command deletes all the rows in the report control.<br><br><table width="99%"><tr><td><pre class="BBcode">ReportControl.Records.DeleteAll</pre></td></tr></table><br>]]>
   </description>
   <pubDate>Fri, 14 Oct 2005 10:38:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3033&amp;PID=9045&amp;title=cannot-delete-all-rows-in-reportcontrol#9045</guid>
  </item> 
  <item>
   <title><![CDATA[Cannot Delete All Rows in ReportC&#111;ntrol :  Hello,  Looping through all...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3033&amp;PID=9044&amp;title=cannot-delete-all-rows-in-reportcontrol#9044</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1488">Milkman</a><br /><strong>Subject:</strong> 3033<br /><strong>Posted:</strong> 14 October 2005 at 10:33am<br /><br />Hello,<br><br>Looping through all the rows in the ReportControl.Rows collection andcalling the "RemoveAt" method does not work.&nbsp; Below is a piece ofsample code:<br><br><table width="99%"><tr><td><pre class="BBcode">Dim Row As ReportRow<br><br>For Each Row In ReporControl.Rows<br>&nbsp;&nbsp;&nbsp; ReportControl.Records.RemoveAt Row.Index<br>Next<br></pre></td></tr></table><br><br>It would appear that the last row never gets deleted.&nbsp; Does anyone else have this problem too?<br><br><br><span style="font-size:10px"><br /><br />Edited by Milkman</span>]]>
   </description>
   <pubDate>Fri, 14 Oct 2005 10:33:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3033&amp;PID=9044&amp;title=cannot-delete-all-rows-in-reportcontrol#9044</guid>
  </item> 
 </channel>
</rss>