Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select a page on a page frame
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00431896
Message ID:
00431902
Vues:
15
>What is the correct syntax to select a new page of a page frame? When I try:
>thisform.pf1.p2.text1.setfocus nothing happens.
>Thanks

use thisform.pf1.activepage = 2 to set the active page. If you always want .text1 to have focus when page 2 become active, put this.text1.setfocus() in the Activate method for page 2.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform