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
Ameet Phadnis - 29 Sep 2006 20:35 GMT
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.

Signature
Ameet Phadnis
Sr. Technical Consultant
e Tek Global Inc.
> Hello:
> We want to design a vb.net application/dashboard that will display some
[quoted text clipped - 9 lines]
>
> Support