02-27-2012 06:07 AM
I am designing an user authentication page where there are two string controls and 3 boolean controls. At the time of run, I am giving input to one string control, then by tabbing, going to the next string control. Then if I press TAB it is going to one of the boolean control. But I want to select one particular boolean after giving the string to the second string control, and when I shall press enter, that particular boolean will be on. I have tried to do anything in the 'Key navigation' in 'Properties' of the boolean control. But there is no such option. Please help me to do it.
Solved! Go to Solution.
02-27-2012 06:14 AM
If you want to control a boolen by pressing enter key you can select Key Navigation>Toggle>Return. Then whenever you press Enter your boolean will be triggered ON.
02-27-2012 06:59 AM
You need to se tthe tab order. See below:
02-27-2012 10:29 PM
Thanks to aeastet and P Anand both. I have solved my problem with the help of the suggestions that both of you have given. Thanks a lot to help me.