Hi I have an issue with a text box that is set to a default of time(), on startup/open the correct date is shown, I have added an update for the text box in the form timer section - text1 = time().
the form timer is set to fire every second.
Most of the time this works fine but sometimes it just stops with no apparent reason, it could be a day or a week until it stops. the time just stops incrementing, changing the timer interval to every minute does not fix the issue.
any ideas or help is appreciated.