<?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 : FindRecordItem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : FindRecordItem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 09:45:28 +0000</pubDate>
  <lastBuildDate>Mon, 15 Jun 2009 04:38:31 +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=14463</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[FindRecordItem : Thanks Aaron  Mark ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49940&amp;title=findrecorditem#49940</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 15 June 2009 at 4:38am<br /><br />Thanks Aaron<DIV>&nbsp;</DIV><DIV>Mark</DIV>]]>
   </description>
   <pubDate>Mon, 15 Jun 2009 04:38:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49940&amp;title=findrecorditem#49940</guid>
  </item> 
  <item>
   <title><![CDATA[FindRecordItem : Hi Mark,  I&amp;#039;m sorry (again)...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49767&amp;title=findrecorditem#49767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 09 June 2009 at 2:48pm<br /><br />Hi Mark,<DIV>&nbsp;</DIV><DIV>I'm sorry (again) but I did test with some beta version and of course it works, Mark fixed these. But you can use <strong>one</strong> option with V13.0 that actually works:</DIV><DIV>&nbsp;</DIV><DIV>Set repRecItem = ReportControl1.Records.FindRecordItem(0, lngCount, 0, 1, 0, 0, "rk", <strong><U><FONT color=#ff0000>xtpReportTextSearchBackward</FONT></U></strong>)</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 09 Jun 2009 14:48:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49767&amp;title=findrecorditem#49767</guid>
  </item> 
  <item>
   <title><![CDATA[FindRecordItem : Hi Aaron.  Support have told...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49715&amp;title=findrecorditem#49715</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 08 June 2009 at 4:40pm<br /><br />Hi Aaron.<DIV>&nbsp;</DIV><DIV>Support have told me to download 13.1 which fixes the problem.</DIV><DIV>However if it does work with 13.0&nbsp;&nbsp; &nbsp;I would like to try, otherwise&nbsp;I will have to release a whole new setup and that is a real pain.</DIV><DIV>&nbsp;</DIV><DIV>Here is my code</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>MArk</DIV><DIV>&nbsp;</DIV><DIV><a href="http://forum.codejock.com/uploads/20090608_163843_find.zip" target="_blank">uploads/20090608_163843_find.zip</A></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 08 Jun 2009 16:40:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49715&amp;title=findrecorditem#49715</guid>
  </item> 
  <item>
   <title><![CDATA[FindRecordItem : Hi,  I didn&amp;#039;t see that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49709&amp;title=findrecorditem#49709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 08 June 2009 at 1:35pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I didn't see that you didn't use first column&nbsp;as start column, you have first column with Index 0;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>This will work:</DIV><DIV>Set repRecItem = wndReportControl.Records.FindRecordItem(1, lngCount, <strong>0</strong>, 1, 0, 0, "Wendy", xtpReportTextSearchExactPhrase) </DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 08 Jun 2009 13:35:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49709&amp;title=findrecorditem#49709</guid>
  </item> 
  <item>
   <title><![CDATA[FindRecordItem : Hi Aaron   Have looked through...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49701&amp;title=findrecorditem#49701</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 08 June 2009 at 6:04am<br /><br />Hi Aaron <DIV>&nbsp;</DIV><DIV>Have looked through that post, but still can't get the FindRecordItem to work.</DIV><DIV>I'm on ver 13.</DIV><DIV>&nbsp;</DIV><DIV>Do you have a working sample?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>MArk</DIV>]]>
   </description>
   <pubDate>Mon, 08 Jun 2009 06:04:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49701&amp;title=findrecorditem#49701</guid>
  </item> 
  <item>
   <title><![CDATA[FindRecordItem : Hi Mark,  It looks OK to me...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49691&amp;title=findrecorditem#49691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 07 June 2009 at 7:23am<br /><br />Hi Mark,<DIV>&nbsp;</DIV><DIV>It looks OK to me <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>There are a few issues with this method, please read post <a href="https://forum.codejock.com/forum_posts.asp?TID=12897" target="_blank">https://forum.codejock.com/forum_posts.asp?TID=12897</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 07 Jun 2009 07:23:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49691&amp;title=findrecorditem#49691</guid>
  </item> 
  <item>
   <title><![CDATA[FindRecordItem :  Hi  Please could someone help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49690&amp;title=findrecorditem#49690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3545">markmark</a><br /><strong>Subject:</strong> 14463<br /><strong>Posted:</strong> 07 June 2009 at 6:33am<br /><br /><DIV>&nbsp;</DIV><DIV>Hi</DIV><DIV>&nbsp;</DIV><DIV>Please could someone help me with the code below,</DIV><DIV>I cannot get FindRecordItem to work.</DIV><DIV>&nbsp;</DIV><DIV>It should find the value "Wendy" i think!</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>MArk</DIV><DIV>&nbsp;</DIV><DIV>##################################################</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Private Sub cmdFind_Click()</DIV><P>Dim lngCount As Long<BR>Dim repRecItem As ReportRecordItem</P><P>lngCount = ReportControl1.Rows.Count</P><P><BR>Set repRecItem = ReportControl1.Records.FindRecordItem(1, lngCount, 1, 3, 0, 3, "Wendy", xtpReportTextSearchExactPhrase)<BR>If repRecItem Is Nothing Then</P><P>Else<BR>&nbsp;&nbsp;&nbsp; MsgBox "Found"<BR>End If</P><P>&nbsp;<BR>End Sub</P><P>Private Sub Form_Load()<BR>Dim rRecord As ReportRecord</P><P><BR>ReportControl1.Columns.Add 0, "Col1", 50, False<BR>ReportControl1.Columns.Add 1, "Col2", 50, False</P><P><BR>Set rRecord = ReportControl1.Records.Add<BR>rRecord.AddItem ""<BR>rRecord.Item(0).Value = "Mark"<BR>rRecord.AddItem ""<BR>rRecord.Item(1).Value = "1"<BR>rRecord.AddItem ""<BR>rRecord.Item(2).Value = "2"</P><P>Set rRecord = ReportControl1.Records.Add<BR>rRecord.AddItem ""<BR>rRecord.Item(0).Value = "Wendy"<BR>rRecord.AddItem ""<BR>rRecord.Item(1).Value = "1"<BR>rRecord.AddItem ""<BR>rRecord.Item(2).Value = "2"</P><P>ReportControl1.Populate</P><DIV><BR>End Sub</DIV>]]>
   </description>
   <pubDate>Sun, 07 Jun 2009 06:33:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14463&amp;PID=49690&amp;title=findrecorditem#49690</guid>
  </item> 
 </channel>
</rss>