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 6 and 7 Forum

Notes/Domino 6 and 7 Forum

developerWorks

  

Sign in to participate PreviousPrevious NextNext


Jerry Manner 28.Mar.12 09:51 AM a Web browser
Applications Development 7.0.3 Windows XP


Hi

I am using the code below to update an opened notes document with an attachment in a richtext field. When making a selection in a dialog list field a richtext field is populated with an attachment that comes from a config document. problem is that the atachment is not actually placed in the richtext field but at the bottom of the document.
What am I missing in my code:
==============================

Dim uidoc As NotesUIDocument
Dim CurDb As NotesDatabase
Dim doc As NotesDocument
Dim s As New notessession
Dim ws As New NotesUIWorkspace
Dim rtitem1 As NotesRichTextItem
Dim rtitem2 As NotesRichTextItem
Dim DocTypevw As notesview
Dim DocTypedoc As notesdocument

Set CurDb = s.CurrentDatabase
Set uidoc = ws.CurrentDocument
Set doc = uidoc.Document
Set DocTypevw = CurDb.GetView("LkpDocumentType")

Set rtitem1 = doc.GetFirstItem("TemplateBody")
If rtitem1 Is Nothing Then
Set rtitem1 = New NotesRichTextItem ( doc, "TemplateBody" )
End If
If Trim(uidoc.FieldGetText("DocumentType")) <> "" Then
Set DocTypedoc = DocTypevw.GetDocumentByKey(uidoc.FieldGetText("DocumentType"))
Set rtitem2 = DocTypedoc.GetFirstItem("Template")
Call rtitem1.AppendRTItem( rtitem2 )
If Cstr(Trim(uidoc.FieldGetText("DocumentType"))) <> Cstr(Trim(uidoc.FieldGetText("TempDocumentType"))) Then
Call RecreateDoclinkRT(uidoc, doc, rtitem1)
End If
End If

Sub RecreateDoclinkRT(ProUIdoc As NotesUIDocument, Prodoc As NotesDocument, WIRTItem1 As NotesRichTextItem)
%REM
code below is to update the richtext field on the Resource Planning tab that contains all doclinks of the Project Work Instruction
%END REM
Dim ws As New NotesUIWorkspace
Dim uidocNew As NotesUIDocument

WIRTItem1.Update ' update the changed richtext field

Projectdoc.SaveOptions = "0" ' make it possible to close the document without a "do you want to save" prompt. If this is a mail-in doc you may need to set MailOptions="0" also to avoid being prompted.
'Call Projectdoc.Save(True, True)
Call ProjectUIdoc.save()
Call ProjectUIdoc.Close(True)
Set uidocNew = ws.EditDocument(True, Projectdoc, , , , True)
Call uidocNew.FieldSetText("SaveOptions","1")
'Call uidocNew.FieldSetText("$ProjectT","Resource Planning")
'uidocNew.Document.~$ProjectT = "Resource Planning"
Delete ProjectUIdoc
uidocNew.Document.RemoveItem("SaveOptions")

' If strFieldname <> "" Then uidocNew.GotoField(strFieldname)
End Sub
==============================

Regards






Updating a richtext field with an a... (Jerry Manner 28.Mar.12)
. . RE: Updating a richtext field with ... (MALLIK R PERVEL... 29.Mar.12)
. . . . Not quite right Mallik. (Carl Tyler 29.Mar.12)





  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

 Resources
Forum use and etiquette
Native Notes Access
Web site Feedback

Lotus Support

 Lotus Support
IBM Support Portal - Lotus software
Lotus Support documents
Lotus support by product
Lotus support downloads
Lotus support RSS feeds

Wikis

 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


 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