Create Action to insert Horizontal Rule

I’m trying to save my users a few mouse clicks by giving them an action button that will insert a horizontal rule at their cursor location.

I can’t find anything in Help or on the forums to suggest how this might be done. There are no @Formulas that come to mind.

A vague recollection suggest I should be able to do something to send some keystrokes, but I can’t remember details.

Any help is appreciated!

Sue

Subject: Create Action to insert Horizontal Rule

The sendkey function in LotusScript is not supported in the Domino Notes client.

The only way that I know to insert a horizontal rule is from the backend. And the only solution I know of is not real elegant without using the C APIs.

You must create a document or profile document with a rich text field. Add the rich text element that you want. (In this case a horizontal rule.) Get the document, item and append the data from source item using the appendRTItem method in LotusScript or Java.