Aus der Designer Hilfe:
Set notesDocumentCollection = notesUIWorkspace.PickListCollection( type% [,multipleSelection ] [, server$ ] [, databaseFileName$ ] [, viewName$ ] [, title$ ] [, prompt$ ] [, Singlecategory$ ] )
Parameters
type$
Integer. The type of view you specify. This parameter is restricted to PICKLIST_CUSTOM. This value displays the specified view in a dialog.
Also:
Set dc2 = ws.PickListCollection(PICKLIST_CUSTOM,True,"","kalkullation.nsf","dummybildnr","Auswahl der Dokumente"," Wählen Sie die gewünschten Dokumente")
Wenn Du als Server "" angibst, nimmt er die LOKALE Datenbank.
Also so was:
Dim session as New NotesSession
dim db as NotesDatabase
set db = session.CurrentDatabase
Set dc2 = ws.PickListCollection(PICKLIST_CUSTOM,True,db.Server,"kalkullation.nsf","dummybildnr","Auswahl der Dokumente"," Wählen Sie die gewünschten Dokumente")
Dann bist Du unabhängig vom Server - sofern sich die Ansicht auf dem gleichen Server befindet.
P.S.: kalkullation.nsf sollte besser kalkulation.nsf heißen denn da kullert ja nix