<?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 : problem with delete row in reportcontrol</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : problem with delete row in reportcontrol]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 22:07:41 +0000</pubDate>
  <lastBuildDate>Tue, 15 May 2007 18:57:01 +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=6967</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[problem with delete row in reportcontrol :    Guillermo wrote:...BUT,  i=0 For...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6967&amp;PID=22905&amp;title=problem-with-delete-row-in-reportcontrol#22905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6967<br /><strong>Posted:</strong> 15 May 2007 at 6:57pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by Guillermo" alt="Originally posted by Guillermo" style="vertical-align: text-bottom;" /> <strong>Guillermo wrote:</strong><br /><br /><br>...<br><div><div><div>BUT,</div><div>&nbsp;</div><div>i=0</div><div>For Each Fila In wndReportControl.Records<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label5.Caption = wndReportControl.Records(i).Item(2).Value<br></div><div>the result is label5.caption="A",&nbsp; WHY? this row is not showing in reportcontrol.</div><div>The reportcontrol only show 4 record "B", "C", "D" and "E"</div></div></div></td></tr></table><br><br>For Each Fila In wndReportControl.Records -- i is not changed there.<br><br>Look below:<br><br><table width="99%"><tr><td><pre class="BBcode"><br><div>For Each Fila In wndReportControl.Records<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label5.Caption = Fila.Item(2).Value<br></div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;...<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 15 May 2007 18:57:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6967&amp;PID=22905&amp;title=problem-with-delete-row-in-reportcontrol#22905</guid>
  </item> 
  <item>
   <title><![CDATA[problem with delete row in reportcontrol : FOR EACH DELETE, USE A POPULATE.  TRY...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6967&amp;PID=22899&amp;title=problem-with-delete-row-in-reportcontrol#22899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1162">pcmaker</a><br /><strong>Subject:</strong> 6967<br /><strong>Posted:</strong> 15 May 2007 at 2:39pm<br /><br />FOR EACH DELETE, USE A POPULATE.<br><br>TRY IT, AN ADISEME WHAT HAPPEND!<br><br>GOOD LUCK!!!<br>]]>
   </description>
   <pubDate>Tue, 15 May 2007 14:39:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6967&amp;PID=22899&amp;title=problem-with-delete-row-in-reportcontrol#22899</guid>
  </item> 
  <item>
   <title><![CDATA[problem with delete row in reportcontrol : I usethe following command for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6967&amp;PID=22259&amp;title=problem-with-delete-row-in-reportcontrol#22259</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2318">Guillermo</a><br /><strong>Subject:</strong> 6967<br /><strong>Posted:</strong> 24 April 2007 at 12:57pm<br /><br />I use&nbsp;the following command for fill and delete row in reportcontrol<DIV>&nbsp;</DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Records.DeleteAll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;call addrecordwndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' sub for add records to report control&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wndReportControl.Populate<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV><DIV>Report control status is:&nbsp; add 5 records (A,B,C,D,E )&nbsp;is OK,&nbsp;show report control with 5 records is OK.</DIV><DIV>&nbsp;</DIV><DIV>I read the report control with:</DIV><DIV>i=0</DIV><DIV>For Each Fila In wndReportControl.Records<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label5.Caption = wndReportControl.Records(i).Item(2).Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; . </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .</DIV><DIV>next </DIV><DIV>&nbsp;</DIV><DIV>read is OK.</DIV><DIV>&nbsp;</DIV><DIV>when i execute again,</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wndReportControl.Records.DeleteAll<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;call addrecordwndr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' sub for add records to report control&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;wndReportControl.Populate<BR><DIV>&nbsp;</DIV><DIV>AND Now, Addrecordwndr only add 4 record (B,C,D,E)</DIV><DIV>Show this 4 records is OK.</DIV><DIV>&nbsp;</DIV><DIV>BUT,</DIV><DIV>&nbsp;</DIV><DIV>i=0</DIV><DIV>For Each Fila In wndReportControl.Records<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Label5.Caption = wndReportControl.Records(i).Item(2).Value<BR></DIV><DIV>the result is label5.caption="A",&nbsp; WHY? this row is not showing in reportcontrol.</DIV><DIV>The reportcontrol only show 4 record "B", "C", "D" and "E"</DIV><DIV>&nbsp;</DIV></DIV></DIV>]]>
   </description>
   <pubDate>Tue, 24 Apr 2007 12:57:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6967&amp;PID=22259&amp;title=problem-with-delete-row-in-reportcontrol#22259</guid>
  </item> 
 </channel>
</rss>