Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Tab key is not execute.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tab key is not execute.

 Post Reply Post Reply
Author
Message
jawonku View Drop Down
Newbie
Newbie


Joined: 30 March 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote jawonku Quote  Post ReplyReply Direct Link To This Post Topic: Tab key is not execute.
    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.
Back to Top
strider View Drop Down
Groupie
Groupie


Joined: 16 April 2008
Location: United States
Status: Offline
Points: 26
Post Options Post Options   Thanks (0) Thanks(0)   Quote strider Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.