No I haven't tried that yet. How do I go about doing that? I'm very new 2
InfoPath...
Did you add the save button to the form yourself? Or are you using the save
button in the toolbar?
If you did the first, you can add a rule to the save button just like you
did for the email button. Double-click on the button, click on the Rules
button, and add a Rule with an Action that says: Submit using a data
connection. And use the email data connection you created.
If you used the latter, you'll have to add code to the code you've already
written (use an EmailAdapter for this; see
http://msdn2.microsoft.com/en-us/library/aa167746(office.11).aspx for an
example on how to do this).
From the code you provided previously it does not look like you're using the
save button in the toolbar, so the first method should work.
---
S.Y.M. Wong-A-Ton
> No I haven't tried that yet. How do I go about doing that? I'm very new 2
> InfoPath...
[quoted text clipped - 28 lines]
> > >
> > > Any ideas anyone?