Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: Server property

This script displays a message about the current database.

Dim session As New NotesSession

Dim db As NotesDatabase
Set db = session.CurrentDatabase
If ( db.Server = "" ) Then
Messagebox( "This database is local." )
Else
Messagebox( "This database is on a server." )
End If
Related topics
Server property




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009