Automatically save form after load

T

Timo

Is it possible to save form after loading? I do not use .NET. As well I do
not want to use it. We use only javascript. Our form is automatically
retrieving informations from a webservice. Infopath do not recognize that any
fields are changed.
The XDocument.IsDirty property field is not working.

Any ideas?

Regards
Timo
 
G

Greg Collins [InfoPath MVP]

There are functions to Save() or SaveAs(), but these require that your form be set to full trust.
 
T

Timo

I know the functions save and saveAs. We changed everythink to an database.
Infopath itself is really limited. What I listend today is that MS do not
sell Infopath with the next Office Version. That is really nice....
Hopefully they support the change from Infopath to webforms in SPS. That is
why we use this product.

Regards
Timo
 
G

Greg Collins [InfoPath MVP]

I don't understand your scenario then. What is wrong with the IsDirty flag? How is it not working? If you need to you can set that flag yourself to make the form think its been changed.
 
T

Timo

Well,

I open the form and call directly a webservice to catch informations from an
database. Some informations are different but the form du not recognize that.
The webservice do not load automatically the infos from the database. On load
I change the textbox by myself.

Greetings
Timo
 

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