Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to place a button in an Lotus Notes mail form VB?

Status
Not open for further replies.

Flippertje

Technical User
Mar 12, 2004
118
NL
Hello all,

i'm trying to place a button in a Lotus Notes mail while working in Visual Basic (Excel). I have the code how to send the mail and append text etc. But now i'ld like to expand it with a button.

Also i'm trying to place a table in this email. I've tried diverse methods

in the exeamples underneath i've set rtitem=doc.createrichtextitem ("Body")

rtitem.appendtable (2,2) etc but i can't seem to get it right :(
Does anyone know where i can find a collection of methods i can use on rtitem?

Anyone?

Many thanks !!!!!

Grtz Flippertje!
 
Somehow I doubt you can place a functional button in a Memo without developing it in the Notes designer.
That said, I have very little programming experience outside of Notes, so don't take my word for it.

In any case, you should find all the function references you need in the Notes Designer Help database. I suppose your organization has at least one copy of it (there is normally one in the Help directory of the Domino server), so you should be able to access it. In the Designer help, you have every available function, with syntaxe and examples (not always a shining part of the Help though).
I have a collegue doing Java development, and he has found it quite useful too, even though he doesn't have the slightest idea of how to code in Notes.

Pascal.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top