<?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 : ReportControl doesnt refresh when deleting a row</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : ReportControl doesnt refresh when deleting a row]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:29:48 +0000</pubDate>
  <lastBuildDate>Tue, 10 Oct 2006 08:57:25 +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=5256</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[ReportControl doesnt refresh when deleting a row : For some more tips and tricks...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16434&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5256<br /><strong>Posted:</strong> 10 October 2006 at 8:57am<br /><br />For some more tips and tricks you can look at "Articles and tutorials" chapter at the web site: <a href="http://www.codejock.com/support/articles/" target="_blank">http://www.codejock.com/support/articles/</a><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 10 Oct 2006 08:57:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16434&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16434</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl doesnt refresh when deleting a row : Thanks a lotit worked.Sorry for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16432&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16432</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2406">gbrix</a><br /><strong>Subject:</strong> 5256<br /><strong>Posted:</strong> 10 October 2006 at 7:44am<br /><br />Thanks a lot<img src="https://forum.codejock.com/smileys/smiley4.gif" border="0">&nbsp;it worked.Sorry for not telling you earlier that it was a treeview.<DIV>Just to say that are great controls.Are you planning more examples where you also show how to manipulate this controls like remove-find etc..</DIV><DIV>&nbsp;</DIV><DIV>again thanks</DIV>]]>
   </description>
   <pubDate>Tue, 10 Oct 2006 07:44:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16432&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16432</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl doesnt refresh when deleting a row : Well, if this is a tree view,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16431&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16431</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5256<br /><strong>Posted:</strong> 10 October 2006 at 7:41am<br /><br />Well, if this is a tree view, you just need to delete a records not from top Records collection as it is shown above, but from the parent record collection. Something like below:<br><table width="99%"><tr><td><pre class="BBcode"><br>ReportControl1.FocusedRow.ParentRow.Record.Childs.RemoveAt ReportControl1.FocusedRow.Record.Index<br>ReportControl1.Populate<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 10 Oct 2006 07:41:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16431&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16431</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl doesnt refresh when deleting a row : Thanks for your quick reply  Just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16430&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16430</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2406">gbrix</a><br /><strong>Subject:</strong> 5256<br /><strong>Posted:</strong> 10 October 2006 at 7:09am<br /><br />Thanks for your quick reply <DIV>Just tried and&nbsp; seems to delete them all ,I just want to delete the selected row.</DIV><DIV>Just noticed that the index is always 0.<BR>I am loading the tree view in a kind of treeview style</DIV><DIV>&nbsp;</DIV><DIV>Any more suggestions</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 10 Oct 2006 07:09:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16430&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16430</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl doesnt refresh when deleting a row : Hi,.DeleteAll deletes all Items...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16428&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16428</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5256<br /><strong>Posted:</strong> 10 October 2006 at 6:58am<br /><br />Hi,<br><br>.DeleteAll deletes all Items from this Record -- it's not what you need.<br>You'd better use the following:<br><table width="99%"><tr><td><pre class="BBcode"><br>ReportControl1.Records.RemoveAt ReportControl1.FocusedRow.Record.Index<br>ReportControl.Populate<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 10 Oct 2006 06:58:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16428&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16428</guid>
  </item> 
  <item>
   <title><![CDATA[ReportControl doesnt refresh when deleting a row : Hi, New to this control. I delete...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16426&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16426</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2406">gbrix</a><br /><strong>Subject:</strong> 5256<br /><strong>Posted:</strong> 10 October 2006 at 5:04am<br /><br /><DIV>Hi,</DIV><DIV>New to this control.</DIV><DIV>I delete a selected row like this:</DIV><DIV>&nbsp;&nbsp;&nbsp; ReportControl1.FocusedRow.Record.DeleteAll<BR>&nbsp;&nbsp;&nbsp; ReportControl1.Redraw<BR>&nbsp;&nbsp;&nbsp; ReportControl1.Populate</DIV><DIV>&nbsp;</DIV><DIV>however this leaves the control with broken indentation and gap.</DIV><DIV><BR>Am I doing something wrong?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Tue, 10 Oct 2006 05:04:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5256&amp;PID=16426&amp;title=reportcontrol-doesnt-refresh-when-deleting-a-row#16426</guid>
  </item> 
 </channel>
</rss>