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

AppendDocLink Permissions??
Randy G Parsons 22.Mar.04 12:31 PM a Web browser
Domino Designer -- LotusScript 4.6.6b All Platforms

I have a simple LS function that creates a memo of a doclink to the opened document. I have used this many times before, but for some reason I keep getting the Error "You are not authorized to perform that operation when attempting to use the AppendDocLink funtion to a Rich text item.

It will allow me to append the db as a link, just not the document. Why??? It works when I run the function.


User has Author rights and is listed as an Author (they can open the document).

I can get it to work using @MailSend from the formula language - just not in LS. (I need it for other functionality)

Here is my Function:
Function Notify(SendTo As Variant, txtMemo As String, doc As NotesDocument) As Variant
Dim session As New NotesSession
Dim db As NotesDatabase
Dim memo As NotesDocument
Dim body As NotesRichTextItem

On Error Goto NotifyError

Set db = session.CurrentDatabase
Set memo = New NotesDocument(db)

memo.Form = "Memo"
memo.SendTo = SendTo
memo.Subject = "Please Review"
Set body = New NotesRichTextItem(memo, "Body")
Call body.AppendText(txtMemo)
Call body.AddNewLine(2)
Call body.AppendText("Click here to open --> ")
'Call body.AppendDocLink( db, db.Title) 'This Works
Call body.AppendDocLink( doc, db.Title ) 'This doesn't
Call memo.Send(False)
Notify = True
Exit Function

NotifyError:

Print "Error in Notify subroutine: " & Error() & " Error No: " & Err() & " Line No: " & Erl()
Notify = False
Exit Function
End Function

I have been struggling with this all weekend and reviewed everything I could find in the formum - but no luck.

Any assistance with this frustrating issue would be greatly appreciated.




AppendDocLink Permissions?? (Randy G Parsons... 22.Mar.04)
. . RE: AppendDocLink Permissions?? (Ben Langhinrich... 22.Mar.04)
. . . . RE: AppendDocLink Permissions?? (Randy G Parsons... 22.Mar.04)






  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