Real time updates?
I downloaded task vision today and think it is great.
I opened two instances, made an update in one instance and couldnt get it to show up in the other instance. I am creating an app similar to task vision and require this functionality.
Does anyone have any ideas, or has anybody done this in the past?
Thanks
Hi,
First I must to say that I’ve done the same test - opening two instance of the client app - and was able to get the updates made in one instance in the other one. How? I reloaded the project. This is correct since the data grid is filled based on an xml file build when the project is loaded. So, to synchronize the data grid with actual data you must add probably another button, “Synchronize”, whose action is to reload, explicitly, data from sql server.
As an observation you must think that the client is like a web browser, once it has data from server there are no chances to get, in real-time, the updates made by another client.
Adrian M,
RO