Show 'n Tell Thursday: Don't rely on the default font-size (28 Sept 2006)
You should be aware of relying on the default font size of the Lotus Notes client when doing richtext programming via LotusScript. I found this out then doing an application that does the following:
- Grabs a document with a richtext item.
- Makes a copy of the backend document to do a reply-with-history style function.
- Remove some items in the backend and bring the document to the UI.
- Move focus to the richtext item and add a text like "User did function xyz at 07:41PM on 28 Sept 2006" using the InsertText method.
So when doing richtext programming be sure to always set the font-size or take some counter measure to avoid this behaviour.




