Comments on: Sending HTML mails via LotusScript http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/ Useful tips for developers Tue, 15 Sep 2009 08:08:34 +0000 hourly 1 http://wordpress.org/?v=3.0.1 By: Nicola Karkanis http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-100214 Nicola Karkanis Thu, 18 Dec 2008 12:25:53 +0000 http://johankanngard.net/?p=37#comment-100214 very nice script very nice script

]]>
By: Johan Känngård http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-80893 Johan Känngård Thu, 10 Apr 2008 23:01:31 +0000 http://johankanngard.net/?p=37#comment-80893 You must do something like: Call doc.ReplaceItemValue( “FeaturedBlog_Title”, Strrightback(blogDoc.Categories(0), “-”)) You must do something like:
Call doc.ReplaceItemValue( “FeaturedBlog_Title”, Strrightback(blogDoc.Categories(0), “-”))

]]>
By: Steve Marshall http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-80875 Steve Marshall Thu, 10 Apr 2008 18:32:40 +0000 http://johankanngard.net/?p=37#comment-80875 I'm trying to use StrRightBack to display the contents of a string appearing next to a "-". The code I'm using is: Call doc.ReplaceItemValue( "FeaturedBlog_Title", Strrightback(blogDoc.Categories, "-")) I don't get an error when I save the document, but I get a type mismatch in the client. Categories is a text field. Can you help? Thanks, Steve I’m trying to use StrRightBack to display the contents of a string appearing next to a “-”. The code I’m using is:

Call doc.ReplaceItemValue( “FeaturedBlog_Title”, Strrightback(blogDoc.Categories, “-”))

I don’t get an error when I save the document, but I get a type mismatch in the client. Categories is a text field. Can you help?

Thanks,

Steve

]]>
By: Raul http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-80772 Raul Wed, 09 Apr 2008 07:18:32 +0000 http://johankanngard.net/?p=37#comment-80772 Mr Johan, I am trying to send an email using Lotusscript. This script reads values from two rich text fields, composes an email and appends the rich text field values in mail body. The problem is that the mail always goes as Text and any colored text from rich text field is not coming in same format in mail body. Can you suggest some thing? Mr Johan, I am trying to send an email using Lotusscript. This script reads values from two rich text fields, composes an email and appends the rich text field values in mail body. The problem is that the mail always goes as Text and any colored text from rich text field is not coming in same format in mail body. Can you suggest some thing?

]]>
By: Johan Känngård http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-78260 Johan Känngård Mon, 10 Mar 2008 15:51:43 +0000 http://johankanngard.net/?p=37#comment-78260 What is the problem and how do the HTML look like? What is the problem and how do the HTML look like?

]]>
By: Rubem Rocha http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-78259 Rubem Rocha Mon, 10 Mar 2008 15:37:20 +0000 http://johankanngard.net/?p=37#comment-78259 Mr. Johan, I've tried to use this tip, but the format information the HTML content I'd like to send is not respected (font size, for example!). What can I do to fix this? Thx! Mr. Johan, I’ve tried to use this tip, but the format information the HTML content I’d like to send is not respected (font size, for example!). What can I do to fix this? Thx!

]]>
By: Johan Känngård http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-76365 Johan Känngård Tue, 19 Feb 2008 14:57:45 +0000 http://johankanngard.net/?p=37#comment-76365 It finds the "right-most" part of a string starting from the "right-most" second argument, so StrRightBack("Johan Is Back", " ") gives you "Back". Look at: https://qp.research.ibm.com/help/help7_designer.nsf/f4b82fbb75e942a6852566ac0037f284/e1f903a7f19c9d5e8525704a00405c7b?OpenDocument It finds the “right-most” part of a string starting from the “right-most” second argument, so StrRightBack(“Johan Is Back”, ” “) gives you “Back”.
Look at:
https://qp.research.ibm.com/help/help7_designer.nsf/f4b82fbb75e942a6852566ac0037f284/e1f903a7f19c9d5e8525704a00405c7b?OpenDocument

]]>
By: ankit mantri http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-76356 ankit mantri Tue, 19 Feb 2008 14:27:27 +0000 http://johankanngard.net/?p=37#comment-76356 how can i use STRRightBack method in lotusscript. I dont know the proper syntax. can anybody send me a small working example how can i use STRRightBack method in lotusscript. I dont know the proper syntax. can anybody send me a small working example

]]>
By: Johan Känngård http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-264 Johan Känngård Sun, 16 Apr 2006 17:59:32 +0000 http://johankanngard.net/?p=37#comment-264 Try searching on Amazon.com with the keyword LotusScript. There are several books that may be of interest! Try searching on Amazon.com with the keyword LotusScript. There are several books that may be of interest!

]]>
By: Hardeep Singh http://johankanngard.net/2005/12/13/sending-html-mails-via-lotusscript/comment-page-1/#comment-258 Hardeep Singh Thu, 13 Apr 2006 10:17:02 +0000 http://johankanngard.net/?p=37#comment-258 Hi, I am a MCA graduate and came accross Lotus Notes as part of my academic project at M/s. Tata Steel,India. I found it quite interesting and want to specialize in this field. But I cant find any helpful books on Lotus Script that will help me built my foundation on the topic. I would be very grateful if you please let me know any ebooks or related sites that helps the beginers. In internet lots of help is available but they are either above my level or in chunks of examples. I need to build a foundation now. Looking forward to your response. My mail id's is [email protected] [email protected] Thanking you. Hardeep Singh India Hi,

I am a MCA graduate and came accross Lotus Notes as part of my academic project at M/s. Tata Steel,India. I found it quite interesting and want to specialize in this field.

But I cant find any helpful books on Lotus Script that will help me built my foundation on the topic.

I would be very grateful if you please let me know any ebooks or related sites that helps the beginers.

In internet lots of help is available but they are either above my level or in chunks of examples. I need to build a foundation now.

Looking forward to your response.

My mail id’s is

[email protected]
[email protected]

Thanking you.

Hardeep Singh
India

]]>