Skip to main content

We have a TW application where the user basically works from one central list with transactions (shipments).  Optimally this list should automatically refresh when records were added by a background process. 

However, it turned out when auto-refresh is enabled, not just this list form (SQL view) is refreshed but all forms on all controls in the entire application. So when the user is at that moment working in edit mode in another form of the same application and choosing a record from a dropdown list, this dropdown list closes automatically due to the refresh on the list form. Or when on another form a tree view is expanded, it will automatically collapse due to this background refresh. Very annoying and counter-productive.

Is it possible to do this auto-refresh local on ONE FORM only, and not throughout the whole user session?

Be the first to reply!

Reply