We need to remove a One of the DatabaseIcon from the all the user’s Notes workspace. Could you suggest any Lotus Script for this?Thanks in Advance
Anupama
We need to remove a One of the DatabaseIcon from the all the user’s Notes workspace. Could you suggest any Lotus Script for this?Thanks in Advance
Anupama
Subject: Remove Database Icon from WorkSpace
I would have the user remove manually. That is the only way to remove — as far as I know, there is no script or formula…
Unless someone has created some API or other tool…
HTH,
Dan
Subject: RE: Remove Database Icon from WorkSpace
From what I have found you have to trick the workspace to add it and then remove the icon…I haven’t tried a script but this formula works in a button.
@Command([WindowWorkspace]);
@Command([AddDatabase];“servername”:“dbname.nsf”);
@Command([FileDatabaseRemove]);