-
Adding an action to the Lotus Notes right-click menu
SearchDomino.com expert, Andre Guirard explains how to add an action "call" to the Lotus Notes right-click menu.
-
Writing temporary text files that email as attachments
Notes/Domino development expert Andre Guirard helps a developer create a script that will make a temporary text file that can be sent as an attachment via email.
-
How to parse the user activity of a Lotus Notes database
SearchDomino.com expert Cregg Hardwick Explains how to parse the user activity of a Lotus Notes database using LotusScript.
-
Adding buttons and auto-fill fields
I have created a small department database that holds, dept, name, phone, email address, etc. I have created a view that has name, phone, and email (sorted by dept). I would like to add an "Email"...
-
Field view limits
I have a form with over 255 fields. How can I see more than 255 when debugging LotusScript? I am working with Lotus version (6.0.1).
-
Export values
Is there a way to get a total of the values that you are exporting in a LotusScript? It goes through and gets each employee hours, but then how do I total all employees?
-
Can I stamp the "From" field with a LotusScript encryption agent without affecting the sender name?
A Lotus Notes administrator/developer is running incoming email through a LotusScript encryption agent, but can't get the signer of the agent to stop showing up in the "From" field after the agent ...
-
Accessing location documents
How do you access the CURRENT location document from LotusScript? I am getting ready to decommission a mail server, and there is a group of users who no longer use Notes for email, but still use it...
-
Can I encrypt an email sender's name?
Is it possible to encrypt a user's name before sending an email? SearchDomino.com expert Chuck Connell weighs in.
-
How to modify a Lotus Notes signature file using LotusScript
Learn how to modify a Lotus Notes user's signature using LotusScript.
-
Creating a rich-text field in Lotus Domino that only accepts doclinks
SearchDomino.com expert Cregg Hardwick explains several options for creating a rich-text field in Lotus Domino that only allows doclinks.
-
Changing timeout intervals for Domino Web Access authentication
Learn how to change authentication timeout interval for Domino Web Access logins.
-
Writing special ASCII characters in LotusScript
SearchDomino.com LotusScript expert Cregg Hardwick explains how to write special ASCII characters when creating a Microsoft Excel spreadsheet from Lotus Domino.
-
Creating and saving a $Links field in the back end
SearchDomino.com expert Cregg Hardwick offers advice to a Lotus Notes developer trying to create and save a $Links field, and explains potential reasons for doclink failures.
-
Creating a Lotus Notes Personal Address Book replica
SearchDomino.com LotusScript expert Cregg Hardwick explains how to create a Lotus Notes Personal Address Book replica, add an icon for it on the Notes Workspace and add it to the Replica tab.
-
Scan all Lotus Notes databases using a LotusScript agent
SearchDomino.com expert Cregg Hardwick provides LotusScript code that will allow you to access all the Lotus Notes databases on a machine.
-
Calling a LotusScript agent
SearchDomino.com expert Cregg Hardwick provides code that will call a LotusScript agent.
-
Putting a stop to incoming spam on Lotus Notes 6.5
SearchDomino.com expert Chuck Connell provides a resource for a Lotus Notes administrator who wants to filter out email containing the word "spam," and offers advice on setting appropriately sized ...
-
Restoring a corrupt Lotus Notes certlog.nsf file
SearchDomino.com expert Chuck Connell explains your options if you can't restore a corrupted certlog.nsf file using the fixup command.
-
Troubleshooting a constantly corrupting names.nsf file
SearchDomino.com expert Chuck Connell offers suggestions on how to troubleshoot a Domino server that is constantly suffering from a corrupted names.nsf file.
-
Calculating results for a column in a Lotus Notes view
Find out what types of calculations can be computed for a column in a Lotus Notes view and the best way to go about it with this expert response.
-
Can I create and copy Microsoft Excel spreadsheets w...
Learn how you can use LotusScript and OLE to create and populate Microsoft Excel spreadsheets, as well as a little bit about Lotus Symphony.
-
Can you use LotusScript to read a text file attached...
A user wants to know if it's possible for LotusScript to read an attachment in a Notes document without first detaching it. Find out our expert's r...