The problem is very simple: I want to hide a Rich Text field (RTF) if it is empty and show it if it has something in it, in my case one or more attachments. In Lotus Notes a Rich Text Field will not evaluate to empty even if it is emtpy so using a common… Continue reading Hide Empty Rich Text Field in Lotus Notes
Category: Lotusscript
How to sort a NotesDocumentCollection in Lotusscript
This Lotusscript function sorts a document collection on one or multiple fields. I have previously used several other algorithms that use a view to sort the collection, these however have the drawback that they become very inefficient (i.e. slow) as the number of documents in the view used for sorting grows. The solution presented below… Continue reading How to sort a NotesDocumentCollection in Lotusscript
Lotusscript: Body Above Signature in Memo
I got a library of Lotusscript functions and code examples that I find useful and reuse in projects every now and then. Some are very simple and some did require a little or a lot of research and work before I got them working. In this post is an example on how to disable the… Continue reading Lotusscript: Body Above Signature in Memo