If you are getting all attachment filenames in lowercase in Domino 12.02 then that is because there is an option to normalize attachment filenames that if I’m guessing enabled by default in some fixpacks.
The default behavior is changed in FP6 back to how it was before
SPR# MDLSDCSMFV – Programmability – LotusScript – Attachments – Fixed an issue where the internal attachment filenames were being changed to lowercase/half pitch to fix an issue in TMAICWHDAY. This was resulting in applications that used LotusScript EmbeddedObjects.Name property to show attachment names in lowercase/half pitch – note that EmbeddedOjbect.Source property contains the user friendly name. To fix this, the fix for TMAICWHDAY is now off by default – set AttachNamesNormalize=1 to enable the fix for TMAICWHDAY. This regression was introduced in 11.0.1 FP9, 12.0.2 FP4 and 14.0 FP2.
https://ds_infolib.hcltechsw.com/ldd/fixlist.nsf/8ed1b46cfdba8957852570c90054623b/d01bc51222e6b8f985258c440048487b?OpenDocument
Category Archives: Lotusscript
Attachment Filenames in lowercase
Posted by Fredrik Norling
on 12 March,2025
No comments
Not a sub or function name
Posted by Fredrik Norling
on 15 August,2018
No comments
If you suddenly start getting errors from a scriptlibrary or on a button in a form or a view.
Errors like this
- Not a sub or function name
- Sub or Function Not Defined
- DB is not declared
- Variable not resolved
- Unable to find XXXX
Check that you variables / functions / Subs is declared as public
This is done at the top of the library or form using Options Public
This error can easily be mistaken with 64K library problems, Lotusscript recompile issues and other HCL Domino FP9 and FP10 related issues
Modifying a mime richtext item in Lotusscript
Posted by Fredrik Norling
on 27 April,2011
4 comments
>I have been trying to modifying a Mime Richtext item using Lotusscript but no luck yet.
I have a Mime richtext item with a stored image also in mime and I just want to change the
HTML part not the image part. And every time I try to modify the HTML part it gets changed but the images are gone after saving.
If you have an idea on how to do this please send me an comment.


