Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding a particular page tab
Message
From
12/01/2000 19:52:50
 
 
To
12/01/2000 18:53:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00317317
Message ID:
00317345
Views:
24
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform