Hi all,

A webapplication is created that shows information is a weblist. Multiple user open up the webapplication at the same time.
One of the users makes changes to the data (status-update) and the new info needs to propagated to all the other users that have their screen open.

The way i solved the problem now is that i created a timer and every 5 seconds a RefreshListFromDD to oDocumentList

BUT this is not a workable situation. Scrolling is a disaster because the refresh interferes. Users experience lists that jump all over the place.

Question:
Is there a possibilty to do in inRow update of one record? Even during a scrolling the list....

Roel