Keyboard tabbing from item to item |
Post Reply |
Author | |
RonISAC
Groupie Joined: 22 December 2006 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
Posted: 22 December 2006 at 2:32pm |
I would like to allow users to TAB from row field to row field without making it necessary to mouse-click on the next field after entering data. Some inplace controls such as the text edit capture the TAB key for internal use and don't give me a chance to use it for enforced focus actions.
Any ideas on how to produce this behavior short of redesigning all the inplace controls?
Thanks in advance.
|
|
sserge
Moderator Group Joined: 01 December 2004 Status: Offline Points: 1297 |
Post Options
Thanks(0)
|
Hi,
Use PreviewKeyDown event, EditMode property and ReportNavigator methods. :) Try searching help files or this forum for those keyword to find more information... -- WBR, Serge |
|
RonISAC
Groupie Joined: 22 December 2006 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
sserge,
Failed to specify that I am using the latest MFC version. I can't see where the Navigator is documented for this version.
Is there a solution for the MFC version?
TIA, RonISAC
|
|
RonISAC
Groupie Joined: 22 December 2006 Location: United States Status: Offline Points: 11 |
Post Options
Thanks(0)
|
sserge,
I have found the references to GetNavigator(), so I will try that approach. I have also found references to the OnReportPreviewKeyDown() but there appears to be doc errors in describing the parameters. I am unable to find the navigator documentation, so I will look for an update in the future. Until then I will do some experimentation. Thanks for your help.
RonISAC
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |