LOTUSSCRIPT/COM/OLE CLASSES


Examples: Name property
1. This script gets the name of the first entry of the access control list of the current database, and puts it into the variable entryName. For example, Name might return "- Default -."
2. This button script prompts the user for an access level, and then places the names of entries with that access level into the People field on the current document. For example, if the user enters "Designer," and Sharron Karasic and Brandon Giles have Designer access to the current database, the script places "Sharron Karasic" and "Brandon Giles" into the People field. If the user enters an invalid access level, or if there are no entries at that access level, the People field remains unchanged.
See Also