LOTUSSCRIPT/COM/OLE CLASSES


Examples: OpenWithFailover method
This script opens the SALES.NSF database on the server HongKong, or another server in the cluster.

Dim db As New NotesDatabase( "", "" )
Call db.OpenWithFailover( "HongKong", "sales.nsf" )

See Also