LOTUSSCRIPT/COM/OLE CLASSES


Examples: Search method
1. This script uses @IsResponseDoc to get a collection of all the response documents in a database that were created or modified in the past month.
2. This script uses @IsResponseDoc to get a collection of all the response documents in a database.
3. This script reminds project participants of their due date by mailing them a Project document from a database. The ReminderDate item on each document is used to indicate when a reminder should be sent. The Search method gets all Project documents for which the ReminderDate item is set to today, mails the document, and updates the ReminderDate field to one week later.
See Also