Hi,
I'm hoping this is possible.
I'm prompting the user with two options: A or B
If A, then one line in the body of the email has to be bold and red text.
If B, that same line has to be bold and blue with different text.
I also need to add a bunch of information about the project which will be different for every email.
I don't know Lotusscript, but I know Formula language pretty well.
I've wished for @Bold & @TextColor for so long. LOL
Any help would be greatly appreciated. Thank you
You might try passthru HTML, enclosing the whole text in square brackets and applying html tags to the bolded lines for styling. Not sure it would be respected in a mail, though - I have not tested.
Or learn Lotusscript :)
Hello
I think it is difficult to set bold and color in formula language.
If you mean sending mail, there is a way to set a rich Body in the mail form in advance and send it with @mailsend.
@mailsend allows you to specify items to be included in the body.
Regards,
Shigemitsu Tanaka
We are very sorry to inform you that it is difficult to achieve the "@Command( [TextBold] )" formula, because this formula "Makes the selected and subsequently entered text bold". However, you can use the "NotesRichTextStyle" LotusScript class to achieve your task.
We would request you to refer the following product documentation for additional information.
Title: NotesRichTextStyle (LotusScript®)
URL -->https://help.hcl-software.com/dom_designer/14.5.0/basic/H_EXAMPLES_BOLD_PROPERTY.html