LOTUSSCRIPT/COM/OLE CLASSES


Examples: PostOpen event
1. This script checks if the current document's CheckedOut field contains "Yes." If so, it displays a message telling the user that the document is checked out.
2. This script checks if the user has created a new document. If so, it puts a new value in the ProblemHistory field that records when the problem report was created.
3. This script checks if the user has opened an Employee Request document in Edit mode. If so, it guides the user through the document, based on the contents of the Owner field. The document is completed in three stages:
See Also