Register Hereor login if you are already a member
This is provided in the help file of lotus notes:
Dim s As New NotesSession If s.ServerName <> Null Then MsgBox s.ServerName, , "ServerName" Else MsgBox "Running on a client", , "Not a server" End If
Discuss This Question: 1  Reply
This is provided in the help file of lotus notes: