Ok, fangen wir mal ganz vorne an:
Was sind die anderen Dokumente?
Was verstehst Du unter Synonymen?
Also ich verstehe immer weniger.
Dim ViewConfig As NotesView
Dim DocConfig As NotesDocument
Set ViewConfig = db.GetView("(Konfigurationen)")
Set DocConfig = ViewConfig.GetDocumentByKey([Typ], True) ' [Typ] - "Bestellung", "Lieferung"
If Not DocConfig Is Nothing Then
Dim N As Integer
For N = 0 To UBound(DocConfig.Optionen) ' Optionen = Liste der ausgewählten Optionen im Konfigurationsdokument
MsgBox DocConfig.Optionen(N)
Next
End If;)
Ja, sind sie. In den Dokumenten der Maske "Konfiguration" werden sie ja auch richtig gespeichert