.

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: NotesView class
1. This script finds the By Category view in a mail database and then gets the first document in the view.
2. This script calls GetView using a view's alias instead of its full name.
3. You can access hidden views the same way as any other view; include the parentheses in the view name. This script gets a hidden view in a calendar database.
4. This agent finds the default view of a database. It uses the Views property from the NotesDatabase class and the IsDefault property from the NotesView class.
See Also