vb.net + infopath

S

Support

Hello:
We want to design a vb.net application/dashboard that will display some
record description displayed in a listview.
Each record has a unique identifier and a description.
We then want to open infopath and populate it with xml build from data in
sqlserver express when we click onn the listview record.-
effectively calling a stored procedure - recreating the xml structure and
passing it to...??? so as to have it displayed in infopath.
This is using vb.net 2.0.
How should we go about doing that.
Thanks

Support
 
A

Ameet Phadnis

InfoPath data is just an XML form. You can always open and XML form in text
editor and look at the syntax. If you can specify the header which references
the InfoPath form in the XML you can do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top