Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Activate a specific page in pageframe
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00240836
Message ID:
00241104
Vues:
17
>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform