We are just getting started with infopath develpoment. Our project requires
the following: passing a data connection from vb.net to infopath. Knowing
whetherinfopath has been launched. Saveing signed and completed infopath
forms into a database. Anyonyone who has any fuctional examples of code that
performs some of this would be very much appreciated. Our biggest hangup
right now is passing the connection from vb.net.
Michelle - 13 Dec 2004 21:11 GMT
Think of an InfoPath form as an XML file. To pass data into an xml file you
need to open the file (or create the xml document) and write to it. This
needs to be done in the .net app.
> We are just getting started with infopath develpoment. Our project requires
> the following: passing a data connection from vb.net to infopath. Knowing
> whetherinfopath has been launched. Saveing signed and completed infopath
> forms into a database. Anyonyone who has any fuctional examples of code that
> performs some of this would be very much appreciated. Our biggest hangup
> right now is passing the connection from vb.net.