Adding text into new tablerows in richtextitem

Hi,

I have a bunch of documents with among other things a richtextfield with a table in. In LotusScript I’m doing some other stuff and would like to depending on what’s already in the table add new row(s) with content from above or fixed by me.

This seems rather tricky and I tried to search around for how to do it without success. I can get more rows into the table and I can get text into the RTF but get the text into the table - it appends after the table.

It would be really nice if I could find the last cell in the existing table, add a row and populate its cells.

Should I use several navigators or what to do?

Regards Palle

Subject: How to modify rich text in a document you are editing

Update rich text tip.Domino Designer 6 A Developer’s Handbook chapters on rich text programmability

Subject: Thanks

The rich text tip was about things I knew but the developers guide got me on the right track.Thanks.