<?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 : ReportCtrl... no method to remove items</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : ReportCtrl... no method to remove items]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 06:25:58 +0000</pubDate>
  <lastBuildDate>Thu, 05 May 2005 19:05:17 +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=2183</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[ReportCtrl... no method to remove items : Hi Walgar, that did the trick.  greatly...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6469&amp;title=reportctrl-no-method-to-remove-items#6469</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1081">bevpet</a><br /><strong>Subject:</strong> 2183<br /><strong>Posted:</strong> 05 May 2005 at 7:05pm<br /><br /><P>Hi Walgar,</P><P>that did the trick.</P><P>&nbsp;</P><P>greatly appreciated, thanks</P><P>Peter</P>]]>
   </description>
   <pubDate>Thu, 05 May 2005 19:05:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6469&amp;title=reportctrl-no-method-to-remove-items#6469</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl... no method to remove items :  Try: GetRecords()-&amp;gt;RemoveAll() You...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6458&amp;title=reportctrl-no-method-to-remove-items#6458</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=988">walgar</a><br /><strong>Subject:</strong> 2183<br /><strong>Posted:</strong> 04 May 2005 at 11:41pm<br /><br /><P>&nbsp;</P><P>Try:</P><P>GetRecords()-&gt;RemoveAll()</P><P>You can then add new records and call Populate().</P><P>Walgar.</P><P>&nbsp;</P><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by bevpet" alt="Originally posted by bevpet" style="vertical-align: text-bottom;" /> <strong>bevpet wrote:</strong><br /><br /></P><P>Hi Serge,</P><P>i've done that (called .populate()). My data is showing up fine, what the problem is that the reportctrl is refreshed every 15mins from my database, when it does, it duplicates the items on the report control, because i have no way of removing the previous items that were on it. i'm looking for a method&nbsp; on the control like on the standard list control's .DeleteAllItems() method, which removes all items from the list,</P><P>thanks for your help</P><P>Peter</P></td></tr></table> ]]>
   </description>
   <pubDate>Wed, 04 May 2005 23:41:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6458&amp;title=reportctrl-no-method-to-remove-items#6458</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl... no method to remove items : Hi Serge, i&amp;#039;ve done that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6457&amp;title=reportctrl-no-method-to-remove-items#6457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1081">bevpet</a><br /><strong>Subject:</strong> 2183<br /><strong>Posted:</strong> 04 May 2005 at 6:10pm<br /><br /><P>Hi Serge,</P><P>i've done that (called .populate()). My data is showing up fine, what the problem is that the reportctrl is refreshed every 15mins from my database, when it does, it duplicates the items on the report control, because i have no way of removing the previous items that were on it. i'm looking for a method&nbsp; on the control like on the standard list control's .DeleteAllItems() method, which removes all items from the list,</P><P>thanks for your help</P><P>Peter</P>]]>
   </description>
   <pubDate>Wed, 04 May 2005 18:10:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6457&amp;title=reportctrl-no-method-to-remove-items#6457</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl... no method to remove items : Hello Peter,  Try calling Populate()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6455&amp;title=reportctrl-no-method-to-remove-items#6455</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 2183<br /><strong>Posted:</strong> 04 May 2005 at 3:28pm<br /><br />Hello Peter,<br /><br />Try calling Populate() for updating.<br /><br />From the documentation: "As a finalization of adding data to the report control, which means adding columns and records, Populate() method should be called. It performs population of control rows with data - creates a rows tree if necessary, rebuilds groups if grouping if enabled, and sorts rows on a specified manner. "<br /><br />--<br />WBR,<br />Serge]]>
   </description>
   <pubDate>Wed, 04 May 2005 15:28:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6455&amp;title=reportctrl-no-method-to-remove-items#6455</guid>
  </item> 
  <item>
   <title><![CDATA[ReportCtrl... no method to remove items : Hi. i&amp;#039;m trying to clear...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6452&amp;title=reportctrl-no-method-to-remove-items#6452</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1081">bevpet</a><br /><strong>Subject:</strong> 2183<br /><strong>Posted:</strong> 04 May 2005 at 11:55am<br /><br /><P>Hi.</P><P>i'm trying to clear the contents of my report control after a call to myctrl.addrecord(...), i can't seem to find a method to clear the the items that were added.</P><P>i need to clear the previous contents, so the display can be updated with current content.</P><P>if anyone knows of the method to accomplish this, it would be greatly appreciated.</P><P>thanks</P><P>Peter</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 04 May 2005 11:55:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2183&amp;PID=6452&amp;title=reportctrl-no-method-to-remove-items#6452</guid>
  </item> 
 </channel>
</rss>