Refresh form after webservice call

R

Rick

I've got custom code executing in the FormEvents_Submit method. In it, I read
the data out of the form via XPathNavigator, load my entity, call a web
service to save the values in the entity, read the values out of the returned
entity and write those values to the data nodes.

The problem is that after doing all this the form displayed to the user does
not show the updated data retrieved from the web service.

How do I get the form to refresh to show the data without re-executing the
dataconnection queries? (I already have the latest data from the web service.
I don't want to make another call to get the same data again.)
 

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