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