Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding a particular page tab
Message
De
12/01/2000 19:52:50
 
 
À
12/01/2000 18:53:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00317317
Message ID:
00317345
Vues:
22
>Is it possible to hide just a page tab or two from a particular user or user group. Then, the application would only make it visible to a certain user group?
>
>If it's not, is there a work-around for this?
>
>Thanks for the assistance.


You can't hide the page, but you can remove it. In the PageFrame.Init, you can:

IF !AllowAccess("Page2")
This.RemoveObject("Page2")
ENDIF
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform