Using the menu of Notes Client automatically by using Lotus Script

Hello,

I´ve got a question concerning the using of lotus script. Is there a possibility to perform automatic actions from the menu by using lotus script? For example, I want to insert a picture in a rich text field. I simply click in the field, then I click “create” in the menu and at least I click “picture”. Can I perform this action by using a button or a action hotspot filled with lotus script, so that I donnot have to do this action manually through the client menu?!

Please help me!!

Thanks

Thomas

Subject: More likely through formula language

To the extent that you can do this sort of thing, it is usually either through @Commands or through the NotesUIDocument methods. Those would be the pleaces to look, but the @Commands are significantly more complete.

Subject: How about rich text lite

How about a richtext lite field? That probably does exactly what you want.

Subject: RE: More likely through formula language

Thnak You very much. I find a lot of @Commands which are able to do a lot of automatic menu functions. You just have to look for it very exactly.

Thank you for the tip.

Thomas