.

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: AutoUpdate property
1. This QueryRecalc event sets AutoUpdate to False so the view is not repetitively updated during processing.
2. This agent creates a document after getting an uncategorized view. It sets AutoUpdate to False before navigating through the view, so the new document is not processed. This is indicated by the top level entry count, which remains the same before and after processing.
3. This agent creates a document after getting an uncategorized view. It leaves AutoUpdate at the default False before navigating through the view, so the new document is processed. This is indicated by the top level entry count, which is incremented after processing.
See Also