Domino Code Fragment

Code Name*
Delete Private Views for a User
Date*
02/02/1999
Source (or email address if you prefer)*
Key Solutions
IP address:.18.118.200.136
Description*
Delete the database icon from the user's workspace and re-add it. Deleting the database will cause all the Private Views to be removed. When the
user re-opens the database, new Private Views (with the updated design) will be created.
Type*
Formula
Categories*
Design Configuration
Implementation:
Modify constants
Required Client:
Server:
Limitations:
Comments:
You can do this via a macro that is sent to users via email:
Files/Graphics attachments (if applicable): Code:
@Command([WindowWorkspace]);
@Command([FileOpenDatabase];........);
@Command([FileCloseWindow]);
@PostedCommand([EditClear]);
@PostedCommand([FileOpenDatabase];.......)