Created a tab page to update a table record. For each field's afterupdate event, an update query is executed to update the record. I assume this causes network traffic. (I like DIY, not crazy about split form)
To reduce network traffic, I added an invisible count control, instead of executing update query, I increased the count by 1, then when the tab lose focus, I can execute the update query. Maybe add a timer to update the query every 5 or 10 min.
Great idea, eh? Except there is no "on lost focus" event for a tab page. Why, why, why
Any alternative is welcomed.
To reduce network traffic, I added an invisible count control, instead of executing update query, I increased the count by 1, then when the tab lose focus, I can execute the update query. Maybe add a timer to update the query every 5 or 10 min.
Great idea, eh? Except there is no "on lost focus" event for a tab page. Why, why, why
Any alternative is welcomed.