Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General MS InfoPath Questions / November 2005

Tip: Looking for answers? Try searching our database.

Form Email

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
tucsondavenport - 04 Nov 2005 18:20 GMT
I have built a form for a quote tool and I want to be able to send the
information entered in the form via email.  The only catch is - I want the
form to dump the information to a text format (not everyone I am sending it
to has infopath.)  Is this even possible?  if so, how?  I've looked
everywhere.

troy
Franck Dauché - 04 Nov 2005 19:02 GMT
Hi,

If you go to File \ Send to Email Recipient, the form will be included in
the body of the email.  Only the attachment requires InfoPath to be installed
on the recipient machine.
Now, as na alternative, you could generate HTML from your xml and anyone
could open the read-only form with IE:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ipsdk/html/ipsd
kUsingTheDownLevelTool_HV01081784.asp


Hope that it helps.

Regards,

Franck Dauché

> I have built a form for a quote tool and I want to be able to send the
> information entered in the form via email.  The only catch is - I want the
[quoted text clipped - 3 lines]
>
> troy
Bruno DUPUY - 08 Nov 2005 09:55 GMT
Hi,

Very interesting. Is there a way to it (File \ Send to Email Recipient) by
code, within Infopath?

> Hi,
>
[quoted text clipped - 21 lines]
>>
>> troy
Franck Dauché - 08 Nov 2005 15:50 GMT
Hi Bruno,

Sure, in C# for example:
EmailAdapter oEmail =
(EmailAdapter)thisXDocument.DataAdapters["MyEmailConnectionReference"];
oEmail.Intro = thisXDocument.DOM.xml; //Form xml as E-mail body.
oEmail.Submit();

Regards,

Franck

> Hi,
>
[quoted text clipped - 26 lines]
> >>
> >> troy
Bruno DUPUY - 09 Nov 2005 08:20 GMT
Hi,

thanks for your answer.

last question, is there a way to do by code "File / export to ... Web" and
generate a mht ?

Bruno

> Hi Bruno,
>
[quoted text clipped - 42 lines]
>> >>
>> >> troy
Franck Dauché - 09 Nov 2005 14:34 GMT
Yes, use: XDocument.View.Export(YouPath, "MHT");

Regards,

Franck

> Hi,
>
[quoted text clipped - 51 lines]
> >> >>
> >> >> troy
Bruno DUPUY - 10 Nov 2005 08:57 GMT
thanks a lot

Bruno

> Yes, use: XDocument.View.Export(YouPath, "MHT");
>
[quoted text clipped - 62 lines]
>> >> >>
>> >> >> troy
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.