Friday, May 14, 2010

Strickthrough in lotus notes?

I'm looking for a way to make a button in Lotus notes that will allow me to strickthrough the selected text. I have found out how to change the color of the text using functions and command for example the way to change the text blue it @Command([TextSetFontColor]; [Red]) . i was hopping that there is someone that can tell me hoe to do the same thing to make a button that will let me strikethrough text.





Thanks for the help

Strickthrough in lotus notes?
EDIT: Ah, ok, I guess you must have checked:





http://www.codestore.net/help/help6_desi...





and the only thing I can say is try this:





@Command( [TextStrikethrough];[True]).





This syntax exists for everything else (bold, italic, colour, underline) and they are all RichTextStyle classes as documented here:





http://www.codestore.net/help/help6_desi...























This link shows how to strikethrough text in lotus notes.





You need to use a permanent pen, select text, and press SHIFT+BACKSPACE.





http://www-12.lotus.com/ldd/doc/domino_n...





Hopefully a suitable alternative.


No comments:

Post a Comment