<?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 : Updating values in Columns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Updating values in Columns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:30:21 +0000</pubDate>
  <lastBuildDate>Sun, 29 Oct 2006 04:36:42 +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=5372</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[Updating values in Columns : Hi,The problem looks to be that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5372&amp;PID=16860&amp;title=updating-values-in-columns#16860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5372<br /><strong>Posted:</strong> 29 October 2006 at 4:36am<br /><br />Hi,<br><br>The problem looks to be that you're searching for row index (your method FindRowIndex), and then trying to access a Record by its index (DownloadQueue.Records(FoundIndex)). It's not the same, and this could be a problem.&nbsp;<br><br>You may have to perform additional transformation: <br><table width="99%"><tr><td><pre class="BBcode"><br>FoundRowIndex = FindRowIndex(Connection(Index).Fingerprint)<br>FoundIndex = frmDownloadQueue.DownloadQueue.Rows(FoundRowIndex).Record.Index<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sun, 29 Oct 2006 04:36:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5372&amp;PID=16860&amp;title=updating-values-in-columns#16860</guid>
  </item> 
  <item>
   <title><![CDATA[Updating values in Columns : Hi,  In my code i update a value...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5372&amp;PID=16846&amp;title=updating-values-in-columns#16846</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=489">rdeboer</a><br /><strong>Subject:</strong> 5372<br /><strong>Posted:</strong> 27 October 2006 at 11:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>In my code i update a value in a column like this:</DIV><DIV>&nbsp;</DIV><DIV>FoundIndex = FindRowIndex(Connection(Index).Fingerprint)</DIV><DIV>&nbsp;</DIV><DIV>If FoundIndex &gt; -1 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NumberCompleted = frmDownloadQueue.DownloadQueue.Records(FoundIndex).Item(9).Value<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmDownloadQueue.DownloadQueue.Records(FoundIndex).Item(9).Value = NumberCompleted + 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; frmDownloadQueue.DownloadQueue.Populate<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>End If</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>The value is updated randomly in 4 seperate tasks for about 200 times.</DIV><DIV>&nbsp;</DIV><DIV>The first&nbsp;xxx times it updates without problems, after that it gives a 'Runtime error 5' Invalid procedure when i want to update the value:</DIV><DIV>&nbsp;</DIV><DIV>NumberCompleted = frmDownloadQueue.DownloadQueue.Records(FoundIndex).Item(9).Value</DIV><DIV>&nbsp;</DIV><DIV>I'm sure the value is OK, and the row exists.</DIV><DIV>&nbsp;</DIV><DIV>What could be wrong here?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 27 Oct 2006 11:43:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5372&amp;PID=16846&amp;title=updating-values-in-columns#16846</guid>
  </item> 
 </channel>
</rss>