<?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 : SOLVED: Locate a row</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : SOLVED: Locate a row]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 19:20:57 +0000</pubDate>
  <lastBuildDate>Mon, 29 Oct 2007 18:05:56 +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=8441</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[SOLVED: Locate a row : yup, the more i use it the more...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27839&amp;title=solved-locate-a-row#27839</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3347">JKDev</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 29 October 2007 at 6:05pm<br /><br /><P>yup, the more i use it the more i see thus as an absolute must have...</P>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 18:05:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27839&amp;title=solved-locate-a-row#27839</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Locate a row : I agree. Looping through EVERY...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27817&amp;title=solved-locate-a-row#27817</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3423">johnlewe</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 29 October 2007 at 9:22am<br /><br />I agree. Looping through EVERY row is just not practical. The record object needs a key property. Likewise the column object needs a key.  Every time I need to refer to a RecordItem, I need to remember the numerical index value of the column. In the ListView control you can refer to the RecordItem using the NAME/KEY of the column. It makes the code ALOT more readable and easy to maintain. What I have done to workaround this limitation is to store the name of the column in the .tag property of the column and then I have to call a function that loops through every column in the control until it finds that tag and then returns the numerical index of the column.<br /><br />Is there a specific reason by design why the ReportControl does not have "key" objects? Or is this coming in a future revision?  We replaced our listview control with the Codejock ReportControl to get past the limitations of the listview control, but in this case, those limitations are being replaced with Codejock ReportControl limitations which the listview control did not have.<br /><br />Make us all very happy and add this basic feature that the listview control has...please...]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 09:22:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27817&amp;title=solved-locate-a-row#27817</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Locate a row : Hmm, it would be great if you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27734&amp;title=solved-locate-a-row#27734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3347">JKDev</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 26 October 2007 at 5:30pm<br /><br />Hmm, it would be great if you could provide a function to quickly search all of the records .tag property for a match. such as<DIV>&nbsp;</DIV><DIV>Report.Records.FindTag "172" etc.</DIV><DIV>&nbsp;</DIV><DIV>It&nbsp;is essential&nbsp;to be able to locate the&nbsp;record that is associated with a particular database&nbsp;row based on&nbsp;a primary&nbsp;key.</DIV><DIV>&nbsp;</DIV><DIV>Iterating through all of the records as suggested is time consuming. Perhaps you could add&nbsp;a .Key property for the Record similar to a ListView.ListItem.Key? That way we could retrieve the correct row with code like this</DIV><DIV>&nbsp;</DIV><DIV>msgID = "M" + ltrim$(str$(rs("msgID")))</DIV><DIV>&nbsp;</DIV><DIV>set rec = Report.Records.Item(msgID)</DIV>]]>
   </description>
   <pubDate>Fri, 26 Oct 2007 17:30:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27734&amp;title=solved-locate-a-row#27734</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Locate a row : No.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27400&amp;title=solved-locate-a-row#27400</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 17 October 2007 at 6:10pm<br /><br />No.]]>
   </description>
   <pubDate>Wed, 17 Oct 2007 18:10:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27400&amp;title=solved-locate-a-row#27400</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Locate a row : Isaid a way that Ido not to iterate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27365&amp;title=solved-locate-a-row#27365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 16 October 2007 at 7:21pm<br /><br />I&nbsp;said a way that I&nbsp;do not to iterate all the rows to find the&nbsp;row. There is not a method that I can find the desired row only by a column value? (without iterate all the reportcontrol's records)<DIV>&nbsp;</DIV><DIV>PD: Excuseme my english</DIV>]]>
   </description>
   <pubDate>Tue, 16 Oct 2007 19:21:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27365&amp;title=solved-locate-a-row#27365</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Locate a row : Some thing like this should help: For...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27361&amp;title=solved-locate-a-row#27361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 16 October 2007 at 5:19pm<br /><br />Some thing like this should help:<br><table width="99%"><tr><td><pre class="BBcode"><br>For Each Row In wndReportControl.Rows<br>&nbsp;&nbsp;&nbsp; For Each RecordItem In Row.Record<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If RecordItem.Value = "..." Then<br>...<br></pre></td></tr></table><br><br>Also search forum, there were already similar questions.<br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Tue, 16 Oct 2007 17:19:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27361&amp;title=solved-locate-a-row#27361</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Locate a row : Hi, there is a way to locate a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27358&amp;title=solved-locate-a-row#27358</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 8441<br /><strong>Posted:</strong> 16 October 2007 at 3:22pm<br /><br />Hi, there is a way to locate a row in the reporcontrol by a column value without iterate all the rows of it? <DIV>&nbsp;</DIV><DIV>Excuseme my english, is so bad.</DIV><DIV>&nbsp;</DIV><DIV>Elvis</DIV>]]>
   </description>
   <pubDate>Tue, 16 Oct 2007 15:22:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8441&amp;PID=27358&amp;title=solved-locate-a-row#27358</guid>
  </item> 
 </channel>
</rss>