Thank you sir.
I get an error (The formula contains one or more errors") when I attempt to
use the solution in this article.
I attempt to add the recommended formula: (sub'ing my own fields in the
appropriate places of course)
eval(eval(person, "concat(my:email, ';')"), "..")
to the "To" line on the data connection dialog and I recieve the error.
Press the details button reveals:
Unexpected character.
eval(eval(my:EditSection/my:group3/my:User,
"concat(my:my:EditSection/my:group3/my:User/my:UserEmail, "-->;<--")"), "..")
Any thoughts on this one ?
thanks in advance for your assistance.
DennisO
----------------------------
> Have you already seen this article to concatenate email addresses from a
> repeating table? http://blogs.msdn.com/infopath/archive/2006/04/05/569338.aspx
[quoted text clipped - 59 lines]
> > > >
> > > > DennisO
S.Y.M. Wong-A-Ton - 28 Sep 2007 07:29 GMT
Actually, it is miss. :)
Pay special attention to the single and double quotes used in the
expression. You are using double quotes everywhere now, which is causing the
error.
Try this:
eval(eval(my:EditSection/my:group3/my:User,"concat(my:UserEmail, ';')"), "..")
---
S.Y.M. Wong-A-Ton
> Thank you sir.
>
[quoted text clipped - 84 lines]
> > > > >
> > > > > DennisO
Denniso6 - 28 Sep 2007 22:01 GMT
Works like a champ ! Thanks so much !
Ok.., the next part may be a bit more difficult.
I want to take the list of email addresses from the repeating table and
populate an Outlook email msg with standard boiler plate instructions.
Will I have to do this programatically, and if so, how ?
thanks in advance.
D
-------------------------
> Actually, it is miss. :)
>
[quoted text clipped - 96 lines]
> > > > > >
> > > > > > DennisO