Lotus Notes FAQ Visit Our Sponsor!

How do you get the current access level of a user?

Dim s As New notessession
Dim db As notesdatabase

Set db = s.CurrentDatabase
Set level% = db.CurrentAccessLevel

This will return a value ranging from 0 to 6 (0 = No Access, 6 = Manager, all other levels in between).


Applies to Notes Versions: 4, 4.5, 4.6, 5
Last Modified: March 8, 1997