To continue reading for free, register below or login
To read more you must become a member of SearchDomino.com
');
// -->

One way is to cheat and use Formula language:
Dim result as variant
Result=Evaluate("@UserAccess")
This is the most direct method you can use. If you need more detail, however, such as whether the authenticated user has access to delete documents, you may need to access the Lotus Notes database's NotesACL object.
Do you have comments on this Ask the Expert Q&A? Let us know.
Related information from SearchDomino.com:
Expert Advice: Accessing documents in a Lotus Notes database
FAQ: Formula language for Lotus Notes and Domino
Reference Center: Lotus Notes/Domino authentication, access and policies
|