<?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 : ReportC&#111;ntrol: How can I delete a row?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : ReportC&#111;ntrol: How can I delete a row?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 27 May 2026 21:03:51 +0000</pubDate>
  <lastBuildDate>Mon, 01 Aug 2005 03:15:36 +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=2011</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[ReportC&#111;ntrol: How can I delete a row? : Thank you for your answer, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=7948&amp;title=reportcontrol-how-can-i-delete-a-row#7948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 01 August 2005 at 3:15am<br /><br /><P>Thank you for your answer, but I'm using the second possibility of "ianp"!</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P><P>PS.: I'm sorry, but I cannot understand your second sentence very well, because I cannot speak, write and understand English very well!</P>]]>
   </description>
   <pubDate>Mon, 01 Aug 2005 03:15:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=7948&amp;title=reportcontrol-how-can-i-delete-a-row#7948</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : How about deleting a row that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=7942&amp;title=reportcontrol-how-can-i-delete-a-row#7942</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=570">nighthawk</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 31 July 2005 at 7:34pm<br /><br />How about deleting a row that is a child of another row?&nbsp; Ihaven't been able to figure out if there is any way to get an indexvalue of a child row.]]>
   </description>
   <pubDate>Sun, 31 Jul 2005 19:34:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=7942&amp;title=reportcontrol-how-can-i-delete-a-row#7942</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : Thank you very much! Now it works!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5900&amp;title=reportcontrol-how-can-i-delete-a-row#5900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 23 March 2005 at 3:53am<br /><br /><P>Thank you very much! Now it works! <IMG src="http://forum.codejock.com/smileys/smiley32.gif" border="0">&nbsp;I've tried the 1. method, because I want to delete the whole row!</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Wed, 23 Mar 2005 03:53:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5900&amp;title=reportcontrol-how-can-i-delete-a-row#5900</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : sorry finn, my mistake, I hadn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5892&amp;title=reportcontrol-how-can-i-delete-a-row#5892</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 22 March 2005 at 3:18pm<br /><br /><P>sorry finn, my mistake, I hadn't spotted that because I was testing on a large recordset and the blank record disappeared off screen...<IMG src="http://forum.codejock.com/smileys/smiley18.gif" border="0"></P><P>Appears there are two options:</P><P>Method 1. Deleting the record entirely</P><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Call wndReportControl.Records.RemoveAt(Row.Record.Index)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Populate<BR></pre></td></tr></table></P><P>Method 2. Blanking the record then hiding it</P><P><table width="99%"><tr><td><pre class="BBcode">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Row.Record.V isible = False<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Row.Record.DeleteAll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Populate<BR></pre></td></tr></table></P>]]>
   </description>
   <pubDate>Tue, 22 Mar 2005 15:18:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5892&amp;title=reportcontrol-how-can-i-delete-a-row#5892</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : Yes, but like I said, when I call...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5885&amp;title=reportcontrol-how-can-i-delete-a-row#5885</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 22 March 2005 at 11:32am<br /><br /><P>Yes, but like I said, when I call Row.Record.DeleteAll, then the GroupRow and the ItemRow is empty (without any information).</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 22 Mar 2005 11:32:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5885&amp;title=reportcontrol-how-can-i-delete-a-row#5885</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : do you call wndreportcontrol.populate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5884&amp;title=reportcontrol-how-can-i-delete-a-row#5884</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 22 March 2005 at 11:29am<br /><br />do you call wndreportcontrol.populate after deleteall?]]>
   </description>
   <pubDate>Tue, 22 Mar 2005 11:29:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5884&amp;title=reportcontrol-how-can-i-delete-a-row#5884</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : But when I use this method, the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5883&amp;title=reportcontrol-how-can-i-delete-a-row#5883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 22 March 2005 at 11:27am<br /><br /><P>But when I use this method, the row I want to delete, have no records and is empty. But the row is still there.</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 22 Mar 2005 11:27:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5883&amp;title=reportcontrol-how-can-i-delete-a-row#5883</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : If you have the row, then you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5882&amp;title=reportcontrol-how-can-i-delete-a-row#5882</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=280">ianp</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 22 March 2005 at 11:20am<br /><br /><P>If you have the row, then you can use the following:</P><P><table width="99%"><tr><td><pre class="BBcode">Row.Record.DeleteAll<BR>ReportControl.Populate<BR></pre></td></tr></table></P><span style="font-size:10px"><br /><br />Edited by ianp</span>]]>
   </description>
   <pubDate>Tue, 22 Mar 2005 11:20:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5882&amp;title=reportcontrol-how-can-i-delete-a-row#5882</guid>
  </item> 
  <item>
   <title><![CDATA[ReportC&#111;ntrol: How can I delete a row? : Hello!  I want to know, how I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5881&amp;title=reportcontrol-how-can-i-delete-a-row#5881</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=983">finn</a><br /><strong>Subject:</strong> 2011<br /><strong>Posted:</strong> 22 March 2005 at 10:24am<br /><br /><P>Hello! <IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0"></P><P>I want to know, how I can delete a complete row in my ReportControl. I hope someone can help me.</P><P>Yours,</P><P>Finn! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 22 Mar 2005 10:24:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2011&amp;PID=5881&amp;title=reportcontrol-how-can-i-delete-a-row#5881</guid>
  </item> 
 </channel>
</rss>