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.)
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.)