Manipulating Rich Text Fields with LotusScript and the HiTest C API -- Without C Programming
by Scot Haberman


from THE VIEW, July/August 1998, Volume 4, Issue 4


Most Notes application developers are familiar with the rich text field (RTF) — a powerful compound data type that allows you to add anything from text to embedded objects to Notes applications. While LotusScript classes and methods for working with RTFs offer some limited functionality for these fields, to manipulate the contents of an RTF — to change fonts, for example — you need to use one of the Notes APIs. In this article, you’ll find out how you can call HiTest C API functions from LotusScript to manipulate your RTFs. This method requires no C or C++ programming. And you can apply the same basic game plan illustrated in this article to the Notes C or C++ APIs as well. A companion example Notes database is available from THE VIEW’s home page; it includes all the function declarations, data types, and example code discussed in the article.



Would you like to see the full version of this article?

If you are an electronic license holder to THE VIEW, please log in to view this article.

If you would like information about becoming an electronic license holder — and having 24/7 unrestricted access to all articles and content in THE VIEW Online Knowledgebase — click here to see the available subscription options.

Or call 1-781-751-8813 to speak directly with a subscription and licensing specialist about customized access for you and your team.



Free downloads:
It contains all the function declarations, data types,and example code discussed in the article


RTF API Example.nsf