Ja, darin habe ich auch programmiert.
Aber ich möchte die Funktion nicht grundsätzlich unterbinden, sondern nur für den Doppelklick. Die Funktion soll über die Aktion noch aufrufbar sein.
Formel:
Sub Querymodechange(Source As Notesuidocument, Continue As Variant)
If Not (source.EditMode ) Then
If (source.document.Name(0)<>session.username And (source.document.Status(0)="1" Or source.document.Status(0)="5")) Or source.document.Status(0)>="9" Then
' continue=False
End If
End If
End Sub
Trotzdem schon einmal danke für die Antwort.