Simple question with a simple answer (I hope)
but I cant seem to find out how to do it...
...
I have a form with a few text boxes and buttons
I want the user to be able to tab through the text boxes
but NOT through any of the buttons
so I set the TabStop property on all of the buttons
...
the first textbox is for a folder path (ex. c:\hey\cool\)
next to this textbox is a Browse button that will place the
folder picked (using GETDIR()) into the textbox
after the browse button is another textbox for a description
I want the focus to goto the description textbox after the browse button is pressed
but instead it goes to the first textbox that has the path
ex.
the form opens
tab order/focus is on the first textbox for typing a path
user presses browse button and picks a folder instead of typing a path manually
GETDIR() returns and since the browse button has no tab
control goes back to the first textbox
now the user has to tab again to get to the description textbox
so it would be faster/better if the focus could go straight to the description textbox (tab order 2) after the browse button finishes..
...
any help is appreciated!
...
I use VFP 6.0
Thanks
but I cant seem to find out how to do it...
...
I have a form with a few text boxes and buttons
I want the user to be able to tab through the text boxes
but NOT through any of the buttons
so I set the TabStop property on all of the buttons
...
the first textbox is for a folder path (ex. c:\hey\cool\)
next to this textbox is a Browse button that will place the
folder picked (using GETDIR()) into the textbox
after the browse button is another textbox for a description
I want the focus to goto the description textbox after the browse button is pressed
but instead it goes to the first textbox that has the path
ex.
the form opens
tab order/focus is on the first textbox for typing a path
user presses browse button and picks a folder instead of typing a path manually
GETDIR() returns and since the browse button has no tab
control goes back to the first textbox
now the user has to tab again to get to the description textbox
so it would be faster/better if the focus could go straight to the description textbox (tab order 2) after the browse button finishes..
...
any help is appreciated!
...
I use VFP 6.0
Thanks