12-21-2011 04:30 PM
Hi guys,
I am facing a problem. I have a tab with 4 different tabs. When I am in the first tab, and trying to change a control's value by pressing the Enter key, it suddently switches to the seconds tab and presses a button there.
Any idea how that happens? I want to prevent that from happening.
Thank you
Solved! Go to Solution.
12-21-2011 05:05 PM
Post some code, I'm sure someone would take a look at it.
-Ian
12-21-2011 05:08 PM
Sounds like you have the enter key assigned to some key navigation of another control. This is a general problem with the OK button of the system palette. Here is more information.
12-21-2011 06:11 PM
Check your tab order, and check that the control that's being activated doesn't have a key shortcut tied to it.
12-22-2011 09:01 AM
Thanks.
Sometimes a search does not find the right post.
Thanks. The button that was activated had the Enter key attached to it in the key navigation.
I right clicked on the button>> Advanced >> Key Navigation >> and set the Focus and Toggle to None.
Cheers and thanks
12-22-2011 09:38 AM
Been there, done that, will probably do it again next week.
It's a tricky problem if you're low on coffee ...
/Y