Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activate a specific page in pageframe
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00240836
Message ID:
00241104
Views:
15
>>I have a pageframe with 2 pages.In first page I want to have a command button which activate a second page and set focus in first field. I don't find in help some like this.
>>Somebody have a solution ?
>
>Hi Dorin. Something like this
>
>thisform.pageframe1.page2.setfocus
>thisform.pageframe1.page2.text1.setfocus

Evan,
I'd prefer
thisform.pageframe1.activepage = 2
thisform.pageframe1.page2.text1.setfocus

I might even put the

thisform.pageframe1.page2.text1.setfocus() command into

thisform.pageframe1.page2.activate().

Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform