I am using the Cloud version of Mongoose.
We have forms that display a list of data. The user is requesting that the list refresh automatically. I'm researching to see if we could use a Timer on the form to refresh the list. I see this statement in the Help:
Note: When the form closes, the timer stops automatically for that form. In the web client, the timer also stops whenever the form that uses it loses the focus.
Can someone define what "whenever the form that uses it loses focus" means? I'm taking it that if the user opens another tab in their browser then the form loses focus. Is that correct? If so, then I think a Timer won't do exactly what we want. I think the user just needs to be trained to refresh the page.
Does anyone have any experience using a Timer on a form that they can share?