Tips
Tips
-
Use a notes.ini setting to adjust font sizes in Lotus Notes
Learn how to implement a notes.ini parameter that will proportionally adjust the font size in Lotus Notes based on a user's screen resolution setting. Continue Reading
-
Show unread marked Lotus Notes email messages using LotusScript
Use this LotusScript and Formula language code to determine the read status of another user's Lotus Notes email messages. Continue Reading
-
How to return an HTML representation of a Lotus Notes rich-text field
Get Java code that returns an HTML representation of a Lotus Notes document's rich-text field to the calling routine. Continue Reading
-
How to correctly use the GetDocumentByUnid method in LotusScript
Developers often use the LotusScript GetDocumentByUnid method incorrectly and get ghost Lotus Notes documents or errors. Learn the right way to use it. Continue Reading
-
Using Lotus Connectors and ODBC to update Lotus Notes records
Discover LotusScript code that uses Lotus Connectors and ODBC to update Lotus Notes records. Continue Reading
-
Play a sound from the Lotus Notes client using LotusScript and OLE
Learn an alternative method to using the NotesUIWorkspace PlayTune to play sounds from a Lotus Notes client that uses Object Linking and Embedding (OLE) and LotusScript and doesn't require the sound file to be stored locally. Continue Reading
-
Dynamically update Lotus Notes rich-text fields using LotusScript
Learn how you can dynamically update Lotus Notes rich-text fields using LotusScript code -- without having to fire all associated form events in the process. Continue Reading
-
How to export data from a Lotus Notes database to a CSV file
Discover an agent that will export data from a Lotus Notes Domino database into a CSV file that can then be imported into almost any other application. Continue Reading
-
Retrieve Lotus Notes names from a nested group using @DBLookup
Discover how to retrieve a list of Lotus Notes names from a nested group using the @DBLookup command and Formula language code, courtesy of SearchDomino.com member Mike Bryant. Continue Reading
-
Send SMS text messages between Lotus Notes 7 and mobile devices
Discover a tool download called NotesSMS that enables the sending and receiving of SMS text messages between Lotus Notes 7 and mobile devices. Continue Reading
-
Send Lotus Notes email messages using LotusScript
Want to send a Lotus Notes email message by using LotusScript? You don't have to hardcode the attributes. This code will do it for you. Continue Reading
-
More efficient local Lotus Notes database replication
Learn how to make the scheduled replications of your local Lotus Notes databases more efficient by changing their replication priority settings. Continue Reading
-
Shrink Lotus Notes databases with many attachments
Discover how you can trim the size of Lotus Notes databases that have large amounts of attachments with this Java code. Continue Reading
-
Auto-generate LotusScript setter and getter properties for class variables
Learn LotusScript "cheat" code that will automatically generate setter and getter properties for your class variables. Continue Reading
-
Update to Exchange Server 2003 Connector for Lotus Notes
Learn about an update to the Exchange 2003 Connector for Lotus Notes that fixes problems caused when Domino Server is used as an incoming SMTP gateway for email. Continue Reading