10-01-2012 10:38 AM
Hi,
I need to create an application that every 5 minutes send a pin if you have not sent a report to another application, but do not know how to reset the time if you send the report
Solved! Go to Solution.
10-02-2012 02:06 AM
If you are using a timer then you cannot reset the timer. You will have to create a new timer every time your report is sent.
10-02-2012 03:39 AM