Tips
Tips
LotusScript
-
Copy attachments in LotusScript without detaching
This procedure copies file attachments from the current Web document to an existing document. Continue Reading
-
Upload images into selected documents
This tip shows you how to import multiple images into a set of selected documents from a folder. Continue Reading
-
Remove unnecessary bookmark icons
This shows you how to remove unnecessary bookmark icons. Continue Reading
-
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. Continue Reading
-
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. Continue Reading
-
Return ASCII character
This simple agent allows the user to enter that character, either by copy/paste or by typing, and then returns that ASCII value. Continue Reading
-
Reusable document modification agent
This flexible and reusable agent template uses functions that allow you to select (3 different ways) and change (2 different ways) documents in one or more databases. Continue Reading
-
Compact code for field validation
This piece of code helps reduce the number of lines of code that are usually written to validate fields on a form. Continue Reading
-
Dynamic field validations in LotusScript
This tip shows you how to create a re-usable validation formula. Continue Reading
-
Return Web user to any element from an agent
This tip shows you how to return a Web user to any element from an agent with a wait time. Continue Reading
-
Reusable field validation function
Rather than using input validation formulas, or even a separate LotusScript validation code for each field, this function provides a reusable, easily-maintained validation method. Continue Reading
-
Good mail forwarding agent
This agent copies a new e-mail, strips the CC and BCC fields), inserts the original "Send to" field and then sends the e-mail to any e-mail address specified. Continue Reading
-
Load delimited text file
This script agent can be used as an alternative to COL files to parse and build Notes documents. Continue Reading
-
List group members from UI doc field
You can retrieve a list of users in a group from the Domino directory based on a field value in an open document and present it in a message box to a user. Continue Reading
-
Simple solution to most Domino issues
You can bypass the Domino engine with a LotusScript agent and get exactly what you want every time. Continue Reading