<?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: Row Keypress</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : SOLVED: Row Keypress]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 15 May 2026 13:18:26 +0000</pubDate>
  <lastBuildDate>Fri, 24 Oct 2008 05:16:54 +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=12412</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: Row Keypress : Hi, I see there is a method in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=42304&amp;title=solved-row-keypress#42304</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 12412<br /><strong>Posted:</strong> 24 October 2008 at 5:16am<br /><br /><P>Hi,</P><P>I see there is a method in V12.1.0 called </P><DIV>wndReportControl.Records.<strong>FindRecordItem</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>I would think this would be a solution to find an item in a report but I can't tell&nbsp;how to use this... A sample of how to use it would be nice. If this would work as I expect your problem will be solved&nbsp;easely, Elvis <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;Let's hear this from&nbsp;our support team.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 24 Oct 2008 05:16:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=42304&amp;title=solved-row-keypress#42304</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Row Keypress : Lots of thanks Baldur.. It&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=41912&amp;title=solved-row-keypress#41912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 12412<br /><strong>Posted:</strong> 12 October 2008 at 1:45pm<br /><br />Lots of thanks Baldur..<DIV>It's working.</DIV><DIV>&nbsp;</DIV><DIV>regards</DIV>]]>
   </description>
   <pubDate>Sun, 12 Oct 2008 13:45:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=41912&amp;title=solved-row-keypress#41912</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Row Keypress : You must do this by yourself. Just...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=41908&amp;title=solved-row-keypress#41908</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 12412<br /><strong>Posted:</strong> 12 October 2008 at 5:16am<br /><br />You must do this by yourself.<DIV>Just store the charactervalue in a variable in keydown/keypress-event, went throu all rows, compare your searchcolumn against the stored value and set focusedrow to that row you find.</DIV><DIV>Perhaps you need a timer to reset the stored value.</DIV>]]>
   </description>
   <pubDate>Sun, 12 Oct 2008 05:16:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=41908&amp;title=solved-row-keypress#41908</guid>
  </item> 
  <item>
   <title><![CDATA[SOLVED: Row Keypress : Hi friends.  Is possible to jump...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=41905&amp;title=solved-row-keypress#41905</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2416">ElvisM</a><br /><strong>Subject:</strong> 12412<br /><strong>Posted:</strong> 11 October 2008 at 7:26pm<br /><br />Hi friends. <DIV>Is possible to jump between the reportcontrol's rows pressing the first letter of the item? something like the Windows Explorer?</DIV><DIV>&nbsp;</DIV><DIV>As you&nbsp;know, in the&nbsp;Windows Explorer the user can jump between the files pressing the file's first letter.</DIV><DIV>&nbsp;</DIV><DIV>Please excuseme by my bad english, and see the image..</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20081011_192939_Jumping_by_keyp.jpg" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Elvis</DIV>]]>
   </description>
   <pubDate>Sat, 11 Oct 2008 19:26:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12412&amp;PID=41905&amp;title=solved-row-keypress#41905</guid>
  </item> 
 </channel>
</rss>