Hi everyone, I have a number of flex grids on a form that display a number of different lists of information. The user can drag things from list to list, double click on itemn in lists, etc to perform different actions.

This all works very well, my only challenge is that if someone sits in this screen all day, they don't see other users updates. I have tried putting a timer on the form and refreshing the lists every x seconds. This kind of works, except that every time the timer kicks in, I get the hourglass (regardless of which app screen I'm in in the program), and the program halts while the queries and refresh are working.

If anyone has any suggestions, I would be really gratefull.

Thanks in advance,

Al.