Pulling up user names and access role?

Hi, I want to create 2 list boxes that consist of user names and access roles.

How do I create a view that able to list all user names and access roles from ACL ?

Thanks

Subject: Pulling up user names and access role ?

You can create in LS a redim array populated with the ACL-data and feed it to one of the listboxes.

Otaining the ACL-data is done with the NotesACL and NotesACLEntry classes. See designer’s help for details and an example.