i have a form with a timer event. it refreshes the time txt box on the form every sec.(i have been told about other ways to do this so the question is not should it be a sec or not)
the event for the timer then is
If txtbox=09:00 then
code
code
code
the event runs at 9am. this is the time we start work. the timer is on the password log in screen, so it is the first screen to be used. it stays open when the user logs in but another form has the focus.
what i am asking is if the form no longer has the focus will the timer event still run. the only reason i am asking is that the event is to sent txt reminders to our customers for their appointments and today we had a call saying they did not get one. this is only the 2nd time it has happened. if it isnt the loss of focus then any suggestions?
the event for the timer then is
If txtbox=09:00 then
code
code
code
the event runs at 9am. this is the time we start work. the timer is on the password log in screen, so it is the first screen to be used. it stays open when the user logs in but another form has the focus.
what i am asking is if the form no longer has the focus will the timer event still run. the only reason i am asking is that the event is to sent txt reminders to our customers for their appointments and today we had a call saying they did not get one. this is only the 2nd time it has happened. if it isnt the loss of focus then any suggestions?