ArchView - Initiation of workbook

The initiation of workbook is automatic and starts after its opening or clicking on the button .

It involves:

After clicking on button Custom, a user can (in some situation he must) enter the network name of workstation with running D2000 Server. He can also enter the description of process, which will be written into the monitoring database.

Default name for Server and process description is stated in a module Common in the constants:

Public Const DefaultD2Server As String = ""
 Public Const DefaultD2ProcDesc As String=""

If process description is not defined, the name of workbook is used automatically.

ArchView - New workbook