Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where to SetFocus?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00301727
Message ID:
00301732
Views:
33
>I am having trouble with where to place my SetFocus command.
>
>I do the following commands to validate a user's textbox input:
>IF (some condition...) && This works
> WAIT 'INVALID TIME INTERVAL' WINDOW TIMEOUT 2 && This works
> RETURN && This works
>ENDIF
>
>After the error message is displayed to the user I want to SetFocus back to the same textbox, but I can't find the right spot to place the SetFocus command. I have tried it in numerous places, but the focus always goes to the next textbox in the tab order anyway.
>
>Any ideas? Thanks for the help.

Some neat things:

RETURN 0 && keeps focus on the current textbox
RETURN n && setfocus to next nth textbox
RETURN -n && setfocus to previous nth textbox
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform