<?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 : Permanently remove rows in Report C&#111;ntrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Permanently remove rows in Report C&#111;ntrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 05:28:48 +0000</pubDate>
  <lastBuildDate>Fri, 06 Aug 2004 07:48:23 +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=1003</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[Permanently remove rows in Report C&#111;ntrol : Try using the RemoveAt on the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1003&amp;PID=2675&amp;title=permanently-remove-rows-in-report-control#2675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=369">SuperMario</a><br /><strong>Subject:</strong> 1003<br /><strong>Posted:</strong> 06 August 2004 at 7:48am<br /><br />Try using the RemoveAt on the ReportRecords collection using something like:<br><br>m_wndReport.GetRecords()-&gt;RemoveAt(x)<br><br>The you must call Populate to update the changes.&nbsp; Each Row pointsto a Record, you must remove the record that the row points to, or itwill just be drawn again.&nbsp; At least this is how it works in theActiveX version....<br>]]>
   </description>
   <pubDate>Fri, 06 Aug 2004 07:48:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1003&amp;PID=2675&amp;title=permanently-remove-rows-in-report-control#2675</guid>
  </item> 
  <item>
   <title><![CDATA[Permanently remove rows in Report C&#111;ntrol : Has anyone figured out how to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1003&amp;PID=2618&amp;title=permanently-remove-rows-in-report-control#2618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=15">spike</a><br /><strong>Subject:</strong> 1003<br /><strong>Posted:</strong> 30 July 2004 at 3:44pm<br /><br /><P>Has anyone figured out how to remove rows from the report control? It seems that when you call RemoveAt on the CXTPReportRows collection it will remove the row from the UI (but only after you call RedrawControl) but the next time Populate is called the deleted rows show back up like they are cached somewhere else in the control...</P><P>Any ideas?</P><P>Thanks</P><P>Craig</P>]]>
   </description>
   <pubDate>Fri, 30 Jul 2004 15:44:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1003&amp;PID=2618&amp;title=permanently-remove-rows-in-report-control#2618</guid>
  </item> 
 </channel>
</rss>