<?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 : Detect Records Value</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Detect Records Value]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 19:20:22 +0000</pubDate>
  <lastBuildDate>Wed, 10 Oct 2007 18:29:32 +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=8182</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[Detect Records Value : thank you, it works just fine. ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27198&amp;title=detect-records-value#27198</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 10 October 2007 at 6:29pm<br /><br />thank you,<DIV></DIV>it works just fine.<DIV><img src="https://forum.codejock.com/smileys/smiley32.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 18:29:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27198&amp;title=detect-records-value#27198</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : Why did you mentioned FocusedRow...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27197&amp;title=detect-records-value#27197</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 10 October 2007 at 6:19pm<br /><br />Why did you mentioned FocusedRow in code???<br><br>In this case try only MsgBox Record(M1).Value<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 18:19:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27197&amp;title=detect-records-value#27197</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : okay, I tried the following code,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27189&amp;title=detect-records-value#27189</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 10 October 2007 at 3:10pm<br /><br />okay, I tried the following code, but I was only able to display the value of record for the first row.<DIV>&nbsp;</DIV><DIV>code:</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim Record As ReportRecord<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; For Each Record In LstMed.Records<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MsgBox LstMed.FocusedRow.Record(M1).Value<BR>&nbsp;&nbsp;&nbsp;&nbsp; Next<BR>this code will display the same value for the number of records existing in the reportcontrol. WHY?? something is missing...</DIV><DIV>&nbsp;</DIV><DIV>how can I be able to display for the rest of reocrds?</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 10 Oct 2007 15:10:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27189&amp;title=detect-records-value#27189</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : Hi,Your RecordItem.Value may be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27136&amp;title=detect-records-value#27136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 09 October 2007 at 4:20pm<br /><br />Hi,<br><br>Your RecordItem.Value may be not a String, but something else like integer - this could be a reason of incorrect type cast. Try using <br>Debug.Print RecordItem.Value<br>without an additional convertation.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 16:20:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27136&amp;title=detect-records-value#27136</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : Hi, Serge I cant get it to work,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27133&amp;title=detect-records-value#27133</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 09 October 2007 at 4:03pm<br /><br />Hi, Serge<DIV></DIV>I cant get it to work, any code that I used will return an empty string. so I will appreciate if you can help me solving this problem ASAP<img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"><DIV>Note: I am tryint to read the content of each column of each row in order to save data into my database... (except if there is another way in doing so).</DIV><DIV>Thank you</DIV>]]>
   </description>
   <pubDate>Tue, 09 Oct 2007 16:03:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=27133&amp;title=detect-records-value#27133</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : Just enhance this and iterate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26745&amp;title=detect-records-value#26745</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 01 October 2007 at 6:49pm<br /><br />Just enhance this and iterate everything, like below:<br><table width="99%"><tr><td><pre class="BBcode"><br>Dim str As String<br>Dim RecordItem As ReportRecordItem<br>Dim Row As ReportRow<br>Dim col As ReportColumn<br>For Each Row In wndReportControl.Rows<br>&nbsp; If Not Row.Record Is Nothing Then<br>&nbsp;&nbsp;&nbsp; For Each RecordItem In Row.Record<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; str = RecordItem.Value<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Debug.Print str<br>&nbsp;&nbsp;&nbsp; Next<br>&nbsp; End If<br>Next<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge <br>]]>
   </description>
   <pubDate>Mon, 01 Oct 2007 18:49:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26745&amp;title=detect-records-value#26745</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : no luck, I tried your code, but...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26536&amp;title=detect-records-value#26536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 27 September 2007 at 2:04pm<br /><br />no luck,<DIV>I tried your code, but it did not do anything at all.<img src="https://forum.codejock.com/smileys/smiley19.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 14:04:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26536&amp;title=detect-records-value#26536</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : play around with this. works for...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26526&amp;title=detect-records-value#26526</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 27 September 2007 at 11:03am<br /><br /><DIV>play around with this. works for me fine. :) </DIV><DIV>&nbsp;</DIV><DIV>Dim str As String<BR>Dim RecordItem As ReportRecordItem<BR>&nbsp;&nbsp;&nbsp; For Each RecordItem In Row.Record<BR>&nbsp;&nbsp;&nbsp; If wndReportControl.Columns(wndReportControl.Columns.Count - 1).Index = 11 Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'check if row or group row<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; str = Row.Record.Item(wndReportControl.Columns.Count).value<BR>&nbsp;&nbsp;&nbsp; End If<BR>&nbsp;&nbsp;&nbsp; Next</DIV><DIV>&nbsp;</DIV><DIV>regards,<BR></DIV>]]>
   </description>
   <pubDate>Thu, 27 Sep 2007 11:03:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26526&amp;title=detect-records-value#26526</guid>
  </item> 
  <item>
   <title><![CDATA[Detect Records Value : Hi,I have a reportcontrol, with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26491&amp;title=detect-records-value#26491</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1884">moe188</a><br /><strong>Subject:</strong> 8182<br /><strong>Posted:</strong> 26 September 2007 at 8:41pm<br /><br />Hi,<br>I have a reportcontrol, with a number X of rows, and 5 columns. how can I be able to retrieve the value of each column of each row?<br>thank you.<br>Please HELP!!!!<img src="http://forum.codejock.com/smileys/smiley19.gif" border="0" align="absmiddle"><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>]]>
   </description>
   <pubDate>Wed, 26 Sep 2007 20:41:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8182&amp;PID=26491&amp;title=detect-records-value#26491</guid>
  </item> 
 </channel>
</rss>