In this example I have 2 screens both showing data from the same view:
- A
- B
When I have both screens open and I change the data thru screen B I need to do an manual F5 when I go back to screen A. Is it possible to have it automagically perform a F5 on the reactivating of the screen?
I can use “auto update” but I dislike the fact that it is not realtime unless I use for example 1 second. But that causes a lot of sql requests.
Any suggestions?