Email Alerts
-
Trim returns and linefeeds functions
This is a non-looping script that cleans up carriage returns/line feeds from text in a field. Tip
-
Replacement for @Command in LotusScript using Notes API's
This tip shows you a replacement for @Command ([fileClose&amp#93;) in LotusScript using Notes API's. Tip
-
Copy from one rich text to another
This tip shows you how to copy from one rich text to another. Tip
-
Remove duplicate attachments from user's e-mail database
This tip shows you a way to remove duplicate attachments from an e-mail database. Tip
-
@Unique and @Elements for LotusScript
The @Unique function in formula is a handy way of removing duplicates. This LotusScript function allows you perform the same function in LotusScript. Tip
-
Copy attachments in LotusScript without detaching
This procedure copies file attachments from the current Web document to an existing document. Tip
-
Remove unnecessary bookmark icons
This shows you how to remove unnecessary bookmark icons. Tip
-
Upload images into selected documents
This tip shows you how to import multiple images into a set of selected documents from a folder. Tip
-
Get all email headers using LotusScript
To prevent repeat spam, the service provider likes us to send the complete headers of the original email so they can analyze it and deal with it -- impossible in Lotus Notes R5. Tip
-
Know document changes since last save
If you need to know if a document was changed since the last save you can use the following code. Tip