ein problem hab ich bei dieser sache noch!!
Er gibt mir den Fehler zurück:
Dialogbox cannot be used in this context; a document must be selected!
Wenn ich das ganze mit einer Dialogbox machen dann brauch ich vorher ein doc aber wie erstelle ich mir das doc, dass ich dann nicht speichern will?
Ich habs mal so versucht:
Sub Click(Source As Button)
Dim s As New NotesSession
Dim ws As New NotesUIWorkspace
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db= s.CurrentDatabase
Dim uidoc As NotesUIDocument
Set doc= db.CreateDocument
doc.Form="proof"
Aber da fehlt mir noch was!!!!
Call ws.dialogbox("proof",True,True,True,,,,"Nachweis suchen",,True,True)
End Sub
robertpp