<?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 : Report Control will disable the tab key feature</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : Report Control will disable the tab key feature]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 16 May 2026 00:38:11 +0000</pubDate>
  <lastBuildDate>Sat, 03 Feb 2007 17:22:52 +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=6301</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[Report Control will disable the tab key feature : Better solution - use this code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6301&amp;PID=20040&amp;title=report-control-will-disable-the-tab-key-feature#20040</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=862">sserge</a><br /><strong>Subject:</strong> 6301<br /><strong>Posted:</strong> 03 February 2007 at 5:22pm<br /><br />Better solution - use this code in Form2: <br><br><table width="99%"><tr><td><pre class="BBcode"><br>Dim m_bSkipFocusEvent As Boolean<br>&nbsp;<br>Private Sub Form_Initialize()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_bSkipFocusEvent = False<br>End Sub<br>&nbsp;<br>Private Sub Text1_GotFocus(Index As Integer)<br>&nbsp;<br>&nbsp;&nbsp;&nbsp; If m_bSkipFocusEvent Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Exit Sub<br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; If Index = 0 Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_bSkipFocusEvent = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReportControl1.Visible = True<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReportControl1.SetFocus<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DoEvents<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Text1(0).SetFocus<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DoEvents<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_bSkipFocusEvent = False<br>&nbsp;&nbsp;&nbsp; End If<br>End Sub<br></pre></td></tr></table><br><br>--<br>WBR,<br>Serge<br>]]>
   </description>
   <pubDate>Sat, 03 Feb 2007 17:22:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6301&amp;PID=20040&amp;title=report-control-will-disable-the-tab-key-feature#20040</guid>
  </item> 
  <item>
   <title><![CDATA[Report Control will disable the tab key feature : uploads/20070202_035511_RpcProblem.zipHi,Please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6301&amp;PID=20020&amp;title=report-control-will-disable-the-tab-key-feature#20020</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1687">cybeh</a><br /><strong>Subject:</strong> 6301<br /><strong>Posted:</strong> 02 February 2007 at 3:58am<br /><br /><a href="uploads/20070202_035511_RpcProblem.zip" target="_blank">uploads/20070202_035511_RpcProblem.zip</a><br><br><br>Hi,<br><br>Please find attached file for the issue as I mentioned in the subject.<br>During the text box got focus, I code the reportcontrol.visible = true<br>when i try to press the tab key on my keyboard, it seems like can't detect the tab key anymore, until I manually set a "lost focus" by using my mouse, then only the tab feature will functioning back.<br><br>Please advice.<br><br>Thanks.<br><br>]]>
   </description>
   <pubDate>Fri, 02 Feb 2007 03:58:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6301&amp;PID=20020&amp;title=report-control-will-disable-the-tab-key-feature#20020</guid>
  </item> 
 </channel>
</rss>