AddDatabase (NotesUIWorkspace - LotusScript®)

Adds a database to the workspace and highlights the icon, or highlights the icon if the database is already on the workspace.

Defined in

NotesUIWorkspace

Syntax

Call notesUIWorkspace .AddDatabase( server$ , filename$ )

Parameters

server$

String. The name of the server where the database resides. If this parameter is omitted or is an empty string (""), the database is opened on the local computer.

filename$

String. The path and file name of the database.

Example