Hi guys,
I am trying to run a command that will execute every 30 minutes. To achieve this, I used a counter (Integer) and a Timer (Interval: 60’000).
However, the problem lies, that I would like to run this function “form independent”, i.e. executing anywhere the user finds himself within the application.
I could not get it to work running it through a form. When focus changes between other forms, the timer stops running.
Any help would be appreciated.
Thanks.
I am trying to run a command that will execute every 30 minutes. To achieve this, I used a counter (Integer) and a Timer (Interval: 60’000).
However, the problem lies, that I would like to run this function “form independent”, i.e. executing anywhere the user finds himself within the application.
I could not get it to work running it through a form. When focus changes between other forms, the timer stops running.
Any help would be appreciated.
Thanks.