HemanthaKumar --
I don't wish to view the current document on the web. I wish export (for lack of a better word) the text from some of the fields to a .html file. Also, I would like for it to be done automatically on document close any time a record has been opened for edit, so the .html file will always be current relative to the Notes record. Requiring that the user press a button to serve the page as html, and then having the user save the page opens up lots of opportunities for things to happen incorrectly or not at all. (For example, it would be easy to save the file in my example as something other than ABCDEF.html.)
Is there some means in LotusScript to parse a rich-text field for formatting changes and write the appropriate html tags out with the otherwise unformatted text from the rich-text field?
Thanks.
-- b.r.t.
Main Topics
Browse All Topics





by: HemanthaKumarPosted on 2002-03-08 at 14:18:47ID: 6851721
Hi Barry
It is slightly difficult, but seems to be attainable.
Have a button in the form, which will open the current document on web, so that Domino will convert page to html. And you can save that document into the disk. This is basic. Is there something more you are looking for.
~Hemanth