<?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 : Is that possible to search within column</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Is that possible to search within column]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 02 May 2026 00:37:23 +0000</pubDate>
  <lastBuildDate>Wed, 18 Jan 2006 22:05:49 +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=3520</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[Is that possible to search within column : Thanks. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3520&amp;PID=10598&amp;title=is-that-possible-to-search-within-column#10598</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1693">debehs</a><br /><strong>Subject:</strong> 3520<br /><strong>Posted:</strong> 18 January 2006 at 10:05pm<br /><br />Thanks.]]>
   </description>
   <pubDate>Wed, 18 Jan 2006 22:05:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3520&amp;PID=10598&amp;title=is-that-possible-to-search-within-column#10598</guid>
  </item> 
  <item>
   <title><![CDATA[Is that possible to search within column : Hi,Iterate all rows and find your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3520&amp;PID=10594&amp;title=is-that-possible-to-search-within-column#10594</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 3520<br /><strong>Posted:</strong> 18 January 2006 at 2:53pm<br /><br />Hi,<br><br>Iterate all rows and find your one. Something like the following:<br><table width="99%"><tr><td><pre class="BBcode"><br>&nbsp;&nbsp;&nbsp; Dim Row As ReportRow<br>&nbsp;&nbsp;&nbsp; For Each Row In wndReportControl.Rows<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If Not Row.Record Is Nothing Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If InStr(1, Row.Record.Item(COLUMN_SUBJECT).Value, "cybeh", vbTextCompare) &gt; 0 Then<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; MsgBox Row.Index<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; Next<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 18 Jan 2006 14:53:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3520&amp;PID=10594&amp;title=is-that-possible-to-search-within-column#10594</guid>
  </item> 
  <item>
   <title><![CDATA[Is that possible to search within column : Hi, in the ReportView, let say,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3520&amp;PID=10556&amp;title=is-that-possible-to-search-within-column#10556</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1693">debehs</a><br /><strong>Subject:</strong> 3520<br /><strong>Posted:</strong> 17 January 2006 at 3:32am<br /><br /><P>Hi,</P><P>in the ReportView, let say, I would like to search for a keyword call "cybeh", within column 1 in my Report view, and the search return a row number. Is that possible to make it?</P><P>Please advice. Thanks.</P>]]>
   </description>
   <pubDate>Tue, 17 Jan 2006 03:32:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3520&amp;PID=10556&amp;title=is-that-possible-to-search-within-column#10556</guid>
  </item> 
 </channel>
</rss>