Print Page | Close Window

Tab key is not execute.

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=14041
Printed Date: 06 October 2024 at 8:29pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tab key is not execute.
Posted By: jawonku
Subject: Tab key is not execute.
Date Posted: 16 April 2009 at 12:49pm
Hi,
I am currently using RibbonBar MDI and there are some sub forms under RibbonBar MDI.  The problem is that the following code is not working.  When I press tab key, it focus next control automatically without excuting the following code.   Anyone know the solution.
 
Private Sub Text1_KeyPress(KeyAscii As Integer)
    if KeyAscii = 9 then
      msgbox "You pressed Tab key"
   end if
End Sub
 
 
Thanks in advance.



Replies:
Posted By: strider
Date Posted: 21 July 2009 at 11:56am
I am also having the same trouble.

The up-down arrow works, but the tab key will not advance the focus to the next control on the sub-form.

version 13.1.0

-------------
ActiveX 13.2.1

Strider



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net