To prevent database icons from being added to the end user desktop, can I use the following formula?
@Command([FileSave]; server; db; ""; ""; "" ; "1")
Requires Free Membership to View
Register today to access targeted resources from our editorial writers and independent industry experts focused on Lotus Domino, Notes, Workplace and other related technologies.
@Command([FileSave]) is used to save a document in the Notes UI. If the user is saving a document in the UI, the database icon will already have been added to the workspace. If you are asking how to remove an icon that already exists, you can use @Command([FileDatabaseRemove]). **The database icon must be selected, but the database cannot be open.
This was first published in September 2001