<?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 : Remove all rows</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Remove all rows]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 22:00:50 +0000</pubDate>
  <lastBuildDate>Thu, 12 Oct 2006 07:59:58 +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=5277</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[Remove all rows : Hi, In your code, try calling...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5277&amp;PID=16477&amp;title=remove-all-rows#16477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5277<br /><strong>Posted:</strong> 12 October 2006 at 7:59am<br /><br />Hi, <br><br>In your code, try calling Populate twice:<br><table width="99%"><tr><td><pre class="BBcode"><br>Grid.GetRecords()-&gt;RemoveAll();<br><b>Grid.Populate(); </b><br><br>for(int i=0; i&lt;CustomerList-&gt;Count; i++) {<br>&nbsp; Grid.AddRecord(CustomerList-&gt;InternalList);<br>}<br>&nbsp;<br><b>Grid.Populate(); </b><br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Thu, 12 Oct 2006 07:59:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5277&amp;PID=16477&amp;title=remove-all-rows#16477</guid>
  </item> 
  <item>
   <title><![CDATA[Remove all rows :  Hi everybody  //Grid.GetRows()-&amp;gt;Clear();...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5277&amp;PID=16473&amp;title=remove-all-rows#16473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2371">baerten</a><br /><strong>Subject:</strong> 5277<br /><strong>Posted:</strong> 12 October 2006 at 4:51am<br /><br />&nbsp;Hi everybody<br>&nbsp; <br>&nbsp; //Grid.GetRows()-&gt;Clear();<br>&nbsp; Grid.GetRecords()-&gt;RemoveAll();<br><br>&nbsp; for(int i=0; i&lt;CustomerList-&gt;Count; i++) {<br>&nbsp;&nbsp;&nbsp; Grid.AddRecord(CustomerList-&gt;InternalList<em>);<br>&nbsp; }<br>&nbsp; <br>&nbsp; Grid.RedrawControl();<br>&nbsp; Grid.Populate(); <br><br>I like to remove all rows of the Grid before inserting new ones.<br><br>At the beginning, when the grid is clear, all works<br>If the grid has already rows, so it removes all rows &amp; records ( verified with GetCount )<br><br>But at Grid.Populate(); it has an error<br><br>Thanks<br></em>]]>
   </description>
   <pubDate>Thu, 12 Oct 2006 04:51:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5277&amp;PID=16473&amp;title=remove-all-rows#16473</guid>
  </item> 
 </channel>
</rss>