Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Suite Pro
  New Posts New Posts RSS Feed - Form Focus / Tab Key Issue
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Form Focus / Tab Key Issue

 Post Reply Post Reply
Author
Message
GarethThom View Drop Down
Groupie
Groupie
Avatar

Joined: 07 November 2006
Location: United Kingdom
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote GarethThom Quote  Post ReplyReply Direct Link To This Post Topic: Form Focus / Tab Key Issue
    Posted: 01 February 2007 at 8:42pm
In our application we use an MDI frame with MDI Children to present data entry screen to the user.  On these screens are lookups for various different things, including table lookups (i.e. to bring back a Customer Code when placing an Order) and date lookups (that just present a simple calendar control to the user to help them select a date).
 
However, once RibbonBar.EnableFrameTheme is called (in CommandBars v10.4.1) all of these lookups cause application focus issues along the following lines:
  1. position the cursor on a lookup field placed directly on the form
  2. press F2 to activate the lookup
  3. select a date (or press cancel)
  4. the next time the Tab key is pressed the application seems to lose focus forcing the user to use the mouse to re-activate it
If RibbonBar.EnableFrameTheme is not called then there are no problems.  The following VB6 eample demonstrates this issue:
 
 
 
As you might expect, this is a major issue for data entry applications, especially ones designed to be keyboard driven for speed.
 
The only workaround we have found to date is to totally unload the lookup form after it has been displayed.  This is fine for a simple date lookup (as per the example) but when opening data-based lookups that can take significantly longer to open, reloading them each time the user wants to active them is not really an option.
 
Can this please be looked at by Codejock with some priority?
 
 
The same sample also highlights another issue to do with the Tab key getting consumed under the same lookup scenario as above but when the field is in a UserControl.  Steps to reproduce:
  1. position the cursor on the lookup field placed in a User Control on a form
  2. press F2 to activate the lookup
  3. select a date (or press cancel)
  4. the next time the Tab key is pressed the application seems to lose focus forcing the user to use the mouse to re-activate it
  5. all subsequent tab key presses do not change the focus at all and just cause a "Beep"
Our original application design used this method for displaying the data entry screens but after this major problem we spent a few days re-writing the user control into a generic form so at least when the application gained focus again the Tab key would work.
 
This is obviously even worse than the first example, but since we have now worked aroud the issue it is not urgent for us and I only mention it so that others are aware of the problem and you can get it fixed.
 
Can I please stress again the importance and urgency of the first point as we are trying to get a major release out the door this week and it has already been delayed 3 months due to issues in the SkinFramework (which is still not stable enough to use).
 
Oh, and I would also really appreciate replies to my two other recent posts in this forum - the TabControlPage control not causing the Form_Terminate event to be fired is also extremely problematic.
 
Thanks
 
Back to Top
TShriver View Drop Down
Groupie
Groupie
Avatar

Joined: 27 July 2008
Location: United States
Status: Offline
Points: 34
Post Options Post Options   Thanks (0) Thanks(0)   Quote TShriver Quote  Post ReplyReply Direct Link To This Post Posted: 11 April 2019 at 9:20am
I am facing a similar issue in a data entry pane.  The tab key does not change focus to the next tabstop and just Beeps.  I am using version 18.6 0 and it would be a huge pain for the use to have to mouse click to traverse to each data entry field (FlatEdit).

Has a solution to this been found???

Thank you,

Tim
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.141 seconds.