Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field Security with MM
Message
 
To
23/08/2004 08:41:19
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00935527
Message ID:
00935591
Views:
20
>I would appreciate if anyone can advise how a report engine can read MM security tables to enable it to selectively hide data in a report.

You can call the MM .NET Security Manager's GetAccessLevel() method to determine a particular user's access. You just pass the user's PK and the security ID. For example:
mmAppBase.SecurityMgr.GetAccessLevel(userPK, controlID);
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform