Hi,
Can execute lotus script code while exiting Notes Client? If so, where would I put the code? I will not be in any databases and I want to execute lotus script to do some cleaning tasks when I close Notes.
Thanks for the help as always!!
Hi,
Can execute lotus script code while exiting Notes Client? If so, where would I put the code? I will not be in any databases and I want to execute lotus script to do some cleaning tasks when I close Notes.
Thanks for the help as always!!
Subject: Can I execute lotus script code while exiting Notes?
Define “cleaning tasks”?
I suppose you could put some script in Bookmark.nsf (assuming this is your default UI in the client), but you would have to turn off design inheritance.
Subject: RE: Can I execute lotus script code while exiting Notes?
Cleaning tasks…
I have replica copies of an Archive on a network drive ( H: ) and on local data directory. I want the two to be in sync, however the network copy access via the file system, rather than notes. We do not have a Domino server for this. I can’t figure out how to make the two replicate via the replicator page when the user closes Notes, it says it can’t find the server.
What I did was create a directory link pointing to the archive folder on H: and placed it in c:\notes\data. Now Notes sees the network copy as a notes database in the data folder. Now both copies are local to notes. But I still can’t get them to replicate via the replicator page, but i can write lotus script to replicate the two local copies via a button. If i can put this code somewhere when Notes closes, I can have the two replicate when I close Notes.
Thanks much
Subject: You can’t get two local files to replicate
They would both need to be replicated via a server.
Also just in case you have other people accessing the same NSFs on the H drive, you are pretty much guaranteed database corruption, so don’t do that.