If I set autoupdate attribute to true, make some changes to a form, navigate to next, (an update is executed), navigate to prev, at this point, you don't see the data freshly inserted, but the old ones. It seems that cached data isn't updated on executing update as a secondary event.
How do I get the updated data displayed or stop the user navigating until they have clicked on update?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I set autoupdate attribute to true, make some changes to a form, navigate to next, (an update is executed), navigate to prev, at this point, you don't see the data freshly inserted, but the old ones. It seems that cached data isn't updated on executing update as a secondary event.
How do I get the updated data displayed or stop the user navigating until they have clicked on update?
You could use the current weekly build. Should be work there.
Henner
Thanks Henner that's sorted the problem.