Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read Event
Message
From
13/08/1999 14:04:27
 
 
To
13/08/1999 13:56:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00253569
Message ID:
00253578
Views:
15
>I have a form on which I change the active page in the forms GotFocus event if certain conditions are met.
>
>I use code like the following
>
>DODEFAULT()
>IF ll_isfirsttime AND ll_user_wants_second_page as default
> THISFORM.ACTIVEPAGE=2
> THISFORM.PAGE2.SETFOCUS()
>ENDIF
>

Place that code in the forms Activate method.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform