Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I hide a screen?
Message
De
11/08/1997 14:40:11
 
 
À
04/08/1997 16:10:26
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00043087
Message ID:
00044063
Vues:
30
>>2) Hide un-needed items and re-display needed items. Use ThisForm.SetAll() to enable/disable the Visible property of the items.
>
>Hi Richard..
>Actually, I need to do this hide screen thing within a PAGE TAB.
>I have 3 PAGETABS on a FORM. On the first PAGETAB, I need to
>have an option of showing (making visible) one of two different
>screens. Should I use your second method?
>thanks..rob

Yes, Rob. I would have two routines (form methods) - One each for setting up the pages. First, call a method to hide everything on the page: ThisForm.PageFrameName.PageName.SetAll("Visible", .F.) Next, call your page-specific code to display the items desired...ThisForm.UpdatePage1() or ThisForm.UpdatePage2(), etc.

-RW-
-RW-
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform