On my Infopath form, I have created a repeating table that contains email
addresses. The 'send email' button' action should populate the Outlook 'TO:'
field from the repeating table entries. I tried to emulate the Sample Issue
Report 'SendEmailBtn. My form can successfully open up Outlook; however the
To: is not populated.
S.Y.M. Wong-A-Ton - 16 Mar 2006 09:35 GMT
You need to add some debugging information to your code. Try adding some
XDocument.UI.Alert(...);
statements to see where things might be going wrong.
---
S.Y.M. Wong-A-Ton
> On my Infopath form, I have created a repeating table that contains email
> addresses. The 'send email' button' action should populate the Outlook 'TO:'
> field from the repeating table entries. I tried to emulate the Sample Issue
> Report 'SendEmailBtn. My form can successfully open up Outlook; however the
> To: is not populated.