scklifasovskiy
Programmer
Hi all,
I have a form with pageframe on it.
On a page I have a container with five controls in it, its a search engine.
User enters string in first control(textbox) and presses Enter or Tab and it goes to search. No matter of the result (Found or not) cursor goes to next control in the container according to tab setup.
What I want is that if search is succesfull -- cursor goes to a particular control on the page.
So for this case I put TabStop on the rest of the controls in a container and does go out....BUT it sets focus on a page.
How can I force it to go to the the control I want?
I have a form with pageframe on it.
On a page I have a container with five controls in it, its a search engine.
User enters string in first control(textbox) and presses Enter or Tab and it goes to search. No matter of the result (Found or not) cursor goes to next control in the container according to tab setup.
What I want is that if search is succesfull -- cursor goes to a particular control on the page.
So for this case I put TabStop on the rest of the controls in a container and does go out....BUT it sets focus on a page.
How can I force it to go to the the control I want?