Hallo Chris,
kennst Du die Funktion Prompt der Klasse notesUIWorkspace ?
Auszug aus Hilfe:
Syntax
variant = notesUIWorkspace.Prompt( type%, title$, prompt$ [, default ] [, values ] )
Parameters
type%
Constant. Indicates the type of dialog box that you want to display. May be any of the following:
PROMPT_CHOOSEDATABASE (13)
Hinweis The constant name PROMPT_CHOOSEDATABASE is not implemented but the literal value 13 can be used instead.
.....
For PROMPT_CHOOSEDATABASE, the return value is a three-element array of strings, containing the server, filepath, and title of the database, in that order; if you press cancel, the return value is EMPTY
CU,
Axel