right behavior?

T

TJ

Hi,

Why data is not updated automatically via web service?
I mean...

There is a control that populated data with web service(Let's say
getData()).....
Suppose something like...(getDS is method that returns DataSet)
DataSet getData() {
....
...
return getDS("Select id from test order by id asc");
}

I just changed the "asc" to "desc", and recomplied the web serivce....
I thought that changed data will be updated automatically to infopath form...
However, when I open the info path form , there was no dataset in that
control at all...
To reflect this change, I have to update data connection always....
Is this right behavior?
This is very inconvenient.......
I think that infopath should reflect this changing right away.....
Any idea?

Thanks.

,...........................................................TJ
 

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