Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I disable fields on a Pageframe
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00663496
Message ID:
00664280
Views:
23
We had the same issue with multiple existing applications. Since the Tag property was never used and is contained on all controls, we created a security object that added at the base form level. All coding for our security system was created in the init of this object and when the init of the form fires, the security object drills down to every control on the form and checks for user rights as to R/W, R-Only, and Visibility. Hence our unique id was a combination of the Form along with the id of the control on that form. The only real work was having to determine what rights each user or user group was intitled to and entering the id in the tag property in each class or form and re-compile. Like I mentioned before, you will need to drill down in containers to control the enabled property of its controls (pageframe's etc.)



>At this point, we are looking for a way to implement 'security' into an existing system. Is there a way to do what you are talking about without having to recreate the fields on all the forms?
>
>Thanks,
>Doug
Previous
Reply
Map
View

Click here to load this message in the networking platform