Hallo Bernhard,
danke für den Tipp.
Habe folgendes noch im Forum gefunden:
Im Postopen Event:
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Set uidoc = workspace.CurrentDocument
Dim rolles As String
Dim session As New NotesSession
Dim db As NotesDatabase
Dim acl As NotesACL
Set db = session.CurrentDatabase
Set acl = db.ACL
Forall r In acl.Roles
rolles = r & ";" & rolles
End Forall
Call uidoc.FieldSetText ( "Rollen", Trim$(rolles) )
Call uidoc.refresh
Allerdings wäre es genial, wenn ich entweder ein Dialogfeld oder ein Kontrollkästchenfeld darstellen könnte.
Mit dem Script wird nur eine Textliste erstellt, unabhänging davon, ob das Feld als Dialogfeld festgelegt ist oder nicht.
Ist das möglich?
Danke + Viele Grüsse
Selin