Hallo ,
ich hab das Problem wenn ich eine Datei anhängen will, bekomm ich die Meldung "could'nt attach file"
--------Schnipp----------------
Dim db As NotesDatabase
Dim docNew As NotesDocument
Dim object As NotesEmbeddedObject
Set docNew = m_db.CreateDocument
docNew.Form = Form
Set rtitem = New NotesRichTextItem(docNew,Field)
Set object = rtitem.EmbedObject (EMBED_ATTACHMENT, "", m_PDFFileName)
Call docNew.Save(True,True)
--------Schnipp----------------