Halloe Leute,
kennt jemand die o.g. Meldung?
Was mache ich da falsch?
Ich habe diese Meldung noch nie gesehen und im Forum als auch Internet finde ich nichts dazu.
Die Meldung bekomme ich wenn ich in einer DocumentCollection das UnprocessedDocument aufrufen möchte.
LS Code.
Dim session As New NotesSession
Dim db As New NotesDatabase("servername","Name DB 1")
Dim ekdb As New NotesDatabase("servername","Name DB 2")
Dim coll As NotesDocumentCollection
Dim doc As NotesDocument
Dim ekview As NotesView
Dim ekdoc As NotesDocument
Set coll = db.UnprocessedDocuments
Set doc = coll.GetFirstDocument()
key = doc.AM_DocumentUNID
Set ekview = ekdb.GetView("($alledocid)")
Set ekdoc = ekview.GetDocumentByKey(key)
Danke Euch schon mal.