Hallo,
Probleme, Probleme, Probleme
Über Lotus Script bette ich eine Wordvorlage, aus einem Notes Dokument, in ein neues Dokument ein. In etwa so:
Set db = session.CurrentDatabase
Set view = db.getView("Ansicht")
Set doc = view.GetDocumentByKey("Vorlage",True)
Set object = doc.GetAttachment("Vorlage.doc")
Call object.ExtractFile("c:\temp\temp.doc")
Call Source.GotoField("Feld")
Call Source.CreateObject("Letter","","c:\temp\temp.doc")
Set WordObj = Source.GetObject("Feld")
Frage, wie bekomme ich es hin, dass dieses Word.doc nicht eingebettet, sondern in ein Dokument einfach angehängt wird?
Danke