email to entries in a repeating table

P

Phil Ouikuff

How can I send an email to each new entry in a repeating table? We use
InfoPath 2007.
 
P

Paresh

How can I send an email to each new entry in a repeating table?  We use
InfoPath 2007.

You will need to programmatically fetch each email address in
repeating table field and then send then write mailing ligoc.

Take a look at the following link for references on iterating through
a repeating table:
http://www.google.co.in/search?q=in...s=org.mozilla:en-GB:official&client=firefox-a

Do let me know if you need further information.

Thanks,
Paresh
http://www.openzeas.com/blogs/Paresh
 
S

Swathi (GGK Tech)

Hi,
If you want to send an email after entering the value in a repeating then
you need to write the code in that field changed event. Otherwise you can put
a button in the repeating section, so that you can see a button in each row.
Put a rule on this button to submit an email to the corresponding email. For
this you need to take a submit connection as an email address.
 
P

Paul

How can I send an email to each new entry in a repeating table?  We use
InfoPath 2007.

I have code (vbs) that I used to send by looping through the table and
grabbing the addresses. Let me know if you'd like to take a look but
I'm using the 2003 version of infopath. Also, I'm not using the email
client but CDO to send an HTML table containing whatever items are
contained.
 
P

Phil Ouikuff

P

Phil Ouikuff

Swathi,
Thanks for the help. How do I get the button to pick the value in that
particular row? It seems to pick the entry in the first row every time.
 
P

Phil Ouikuff

Paul,
Thanks for the suggestion, but I want to use the email client and keep
things fairly simple. I'm not experienced in HTML and I hate to admit this,
but I don't even know what a CDO is. I'm doing this stuff because our IS
support has been cut to the bone. I'm an electrical engineer.
Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top