Dim nc As NotesNoteCollection
Set nc = db.CreateNoteCollection(False)
Call nc.SelectAllFormatElements(False)
nc.SelectForm = True
nc.SelectViews = True
nc.SelectSubForm = True
Call nc.BuildCollectionFunktioniert mit BuildCollectionCodeDim nc As NotesNoteCollection Set nc = db.CreateNoteCollection(False) Call nc.SelectAllFormatElements(False) nc.SelectForm = True nc.SelectViews = True nc.SelectSubForm = True Call nc.BuildCollection