Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Focus on Particular Tab of Pageframe
Message
 
À
29/08/2005 02:45:33
Sunil Kejariwal
The Software Workshop
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
01044689
Message ID:
01044700
Vues:
13
Hi,

> Now I want to make the 2nd Page (tab) appear on certain condition of Next Button click. How can I do that ?

To activate the second page you can use code like this in the Click event of the Next button:
This.Parent.Parent.ActivePage = 2
This.Parent.Parent.Page2.SetFocus()
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform