Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to hide pageframe page such as checkbox click code
Message
De
28/03/2006 08:35:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01107214
Message ID:
01108322
Vues:
18
in the Click Event of the checkbox which is on the 1st page of your page frame, you should have the following code -

If ThisForm.pgfPageFrame.pgOne.chkBox.Value = 1 && is checked
ThisForm.pgfPageFrame.pgFour.Visible = .T. && page4 is visible
Else
ThisForm.pgfPageFrame.pgFour.Visible = .F. && page4 is hidden
Endif
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform