Skip to main content
 
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java™ technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback



developerWorks  >  Lotus  >  Forums & community  >  Notes/Domino 4 and 5 Forum

Notes/Domino 4 and 5 Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext

export acl names to text files
arti reddy 17.Mar.06 06:17 AM a Web browser
Domino Designer -- LotusScript 5.0.9 Windows 2000

Hi,

Here i want the readers,authors and editors and above entries in seperate text files of a particular database. here i wrote the code for exporting reader entries to reader text file with addition to it ,i want to export as well author entries and editor entries in author text file and editor text file.

please let me know ... this is very urgent.


Sub Click(Source As Button)

On Error Goto errhand
Dim fileNum As Integer
Dim fileName As String
Dim s As New notessession
Dim db As notesdatabase
Dim dbACL As NotesACL
Dim dbACLEntry As NotesACLEntry
Set db = s.currentdatabase
Set dbACL = db.ACL

Set dbACLEntry = dbACL.GetFirstEntry()

fileNum% = Freefile()
fileName$ = "c:\temp\Reader.txt"
Open fileName$ For Output As fileNum%


While Not(dbACLEntry Is Nothing)
Select Case dbACLEntry.Level
Case ACLLEVEL_READER : level = "Reader"
Messagebox dbACLEntry.Name
ss=dbACLEntry.Name
Print #filenum%, ss
End Select
'Messagebox dbACLEntry.Name
'Messagebox dbACLEntry.Level

Set dbACLEntry = dbACL.GetNextEntry(dbACLEntry)
Wend








Close fileNum%
Close
Exit Sub

finis:
Exit Sub
errhand:
Msgbox "error at line " & Erl & ": " & Error
Resume finis

End Sub




export acl names to text files (arti reddy 17.Mar.06)
. . RE: export acl names to text files (Johon Adu 17.Mar.06)
. . Code........ (Johon Adu 17.Mar.06)
. . . . RE: Code........ (arti reddy 20.Mar.06)
. . . . . . RE: Code........ (Dan Harkanen 20.Mar.06)
. . . . . . . . RE: Code........ (Kentucky Joe 28.Mar.06)






  Document options
Print this pagePrint this page

 Search this forum

  Forum views and search
Date (threaded)
Date (flat)
With excerpt
Author
Category
Platform
Release
Advanced search

 Sign In or Register
Sign in
Forgot your password?
Forgot your user name?
Create new registration

 RSS feedsRSS
All forum posts RSS
All main topics RSS
More Lotus RSS feeds

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

  Lotus Support
Lotus Support
Product support pages index
Search knowledge base (Technotes)
Search support downloads
Lotus Support RSS

 Wikis
IBM Composite Applications
IBM Mashup Center
IBM Connections
IBM Docs
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud for Social Business
IBM Web Experience Factory
Lotus Domino
Lotus Domino Designer
Lotus Expeditor
Lotus Foundations
Lotus iNotes
Lotus Instructor Community Courseware
Lotus Notes
Lotus Notes & Domino Application Development
Lotus Notes Traveler
Lotus Protector
Lotus Quickr
Lotus Symphony
IBM Web Content Manager
WebSphere Portal

 Lotus Forums
Notes/Domino 9.0
Notes/Domino 8.5 + Traveler
Notes/Domino XPages development forum
Notes/Domino 8
Notes/Domino 6 and 7
Notes/Domino 4 and 5
IBM Connections
IBM Forms
IBM Mobile Connect
IBM Sametime
IBM SmartCloud Notes
IBM SmartCloud Meetings
IBM Web Content Manager
Lotus Domino Document Manager
Lotus e-learning
Lotus Enterprise Integration
Lotus Expeditor
Lotus Protector
Lotus Quickr
Lotus SmartSuite
Lotus Symphony
Lotus Symphony Developer Toolkit Support
Lotus Workflow