Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
That's right, there should be simple native methods in LotusScript.
To the above, I would like to add the ability to set the width by a column in the NotesRichTextTable.
We know there are workarounds but we shouldn't have to use them
While it would be easier to have NotesUIDocument methods to do all this, it is worth noting that it is quite possible to change the NotesDocument and "refresh" (by closing and reopening the NotesUIDocument), all without ever saving the back end document to disk. Or you can save it. Either way, I've been using that technique for many, many years.
Of course, I tend to do it with our Midas LSX which offers much more rich text programmability, but it should work fine with the regular (non-UI) Notes classes as well.