Changes in InfoPath 2007

J

Jithendrian. R

Hi
can someone let me know the Striking Changes in InfoPath 2007 compared to
2003 or any link where i can view the same?..

what happened to the "XDocuments" collection object in 2007?how to access it?


Thanks
Jithendrian. R
 
M

madhur

Hello


The main difference is browser rendering. Now you can display
your infopath forms in browser without the need of infopath client.
It requires infopath form services to be running at client which comes
with MOSS and Forms Server.

In 2007 , you access the document in C# through a XMLNavigator object
which you can get through
this.MainDataSource.CreateNavigator()

Hope it helps.

Madhur Ahuja
http://madhurahuja.blogspot.com
 
J

Jithendrian. R

Hi Madhur..
thanks for the response and i have implemented what u said successfully...

i have got one more issue...actually i am hosting the InfoPath 2007 Form in
my Windows Application..the infopath form has to talk to a Service and i have
done that...but before this communication happens my infopath form has to
take a session key from my hosting Windows Application...this is where i am
stuck with..i don know how to pass that key from my WindowsApp to the hosted
InfoPath form..


need help regarding this.....

Thanks
Jithendrian. R
 
M

madhur

Hi

I dont have much idea about hosting the infopath form in windows
application.
Is that a feature of 2007 or general feature?

I can pass data from my webpage to my infopath form in browser using
query strings.
I dont much idea in Windows Application development.

Thanks
 

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