<?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 : Key Press on ReportControl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Key Press on ReportControl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 01:29:51 +0000</pubDate>
  <lastBuildDate>Sat, 14 Oct 2006 05:58:12 +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=5263</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[Key Press on ReportControl : That worked!!   Thanks!! ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5263&amp;PID=16517&amp;title=key-press-on-reportcontrol#16517</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2015">IDBG</a><br /><strong>Subject:</strong> 5263<br /><strong>Posted:</strong> 14 October 2006 at 5:58am<br /><br />That worked!!&nbsp; <DIV>&nbsp;</DIV><DIV>Thanks!!</DIV>]]>
   </description>
   <pubDate>Sat, 14 Oct 2006 05:58:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5263&amp;PID=16517&amp;title=key-press-on-reportcontrol#16517</guid>
  </item> 
  <item>
   <title><![CDATA[Key Press on ReportControl :  Well, you&amp;#039;l have to implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5263&amp;PID=16457&amp;title=key-press-on-reportcontrol#16457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 5263<br /><strong>Posted:</strong> 11 October 2006 at 4:30pm<br /><br />Well, you'l have to implement this by yourself. Something like below:<br><table width="99%"><tr><td><pre class="BBcode"><br>Private Sub wndReportControl_KeyDown(KeyCode As Integer, Shift As Integer)<br><br>&nbsp;&nbsp;&nbsp; If KeyCode &gt;= vbKeyA And KeyCode &lt;= vbKeyZ Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ' iterate all Rows of the wndReportControl<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '' get Row's Record and iterate all Record Items<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ''' Find whether pressed character does exist in Item's string<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; '''' If so, set FocusedRow to currently iterated Row<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Wed, 11 Oct 2006 16:30:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5263&amp;PID=16457&amp;title=key-press-on-reportcontrol#16457</guid>
  </item> 
  <item>
   <title><![CDATA[Key Press on ReportControl : Hi!  Is it possible to implement...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5263&amp;PID=16443&amp;title=key-press-on-reportcontrol#16443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2015">IDBG</a><br /><strong>Subject:</strong> 5263<br /><strong>Posted:</strong> 11 October 2006 at 3:13am<br /><br />Hi!<DIV>&nbsp;</DIV><DIV>Is it possible to implement the following:</DIV><DIV>&nbsp;</DIV><DIV>When a user presses a key, say "D", the report control scrolls to the first row that starts with D based on the current sorting.</DIV><DIV>&nbsp;</DIV><DIV>It would be great to be able to implement this.</DIV><DIV>&nbsp;</DIV><DIV>Thanks!</DIV><DIV>Mir</DIV>]]>
   </description>
   <pubDate>Wed, 11 Oct 2006 03:13:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5263&amp;PID=16443&amp;title=key-press-on-reportcontrol#16443</guid>
  </item> 
 </channel>
</rss>