LOTUSSCRIPT/COM/OLE CLASSES


Examples: Save method
1. This script adds a new role to the access control list of the current database, and saves the ACL. If the script did not call Save, the role would not be added.
2. This script prompts the user for the name of a person. The script creates a new entry for the person in the ACL of the current database, and gives the entry Author access. The script then asks the user to confirm the ACL change. If the user selects Yes, the change is saved. If the user selects No, the change is not saved.

See Also