.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Examples: Parent property
This script gets the current Notes session. It then displays the name of the platform on which the current session is running; for example, if the script is running in Windows, it might display "Windows/32."

Dim db As New NotesDatabase( "Tegucigalpa", "cbanner.nsf" )
Dim session As NotesSession
Set session = db.Parent
Messagebox( session.Platform )

See Also