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