Readign DOM of InfoPath

R

Rverma

Hi

I wanted to get an instance of InfoPath without invoking (double clicking) it . Is it possible through DLL Import , what DLL do I need to Import . to get an instance of the InfoPath file.
Thanks in advance

Regards
Rajat
 
S

Steve van Dongen [MSFT]

Hi

I wanted to get an instance of InfoPath without invoking (double clicking) it . Is it possible through DLL Import , what DLL do I need to Import . to get an instance of the InfoPath file.
Thanks in advance

InfoPath exposes an OM for external automation. Lab 16 has an example
using JScript. I'll leave it as an excercise for the reader to
determine how to convert it to other languages.
<URL:
http://msdn.microsoft.com/library/d...y/en-us/odc_ip2003_tr/html/odc_INF_Lab_16.asp
/>

Regards,
Steve
 
Top