Hi There.
Can someone tell me how this works.
How do I use the on timer and interval to automate my app to execute an email at a certain time of day and the week
every week.
I have a table of records that contain locations of files that I would like to email on certain day and time of the week, every week.
I have a check box for the day of the week and fields for drop down selection of hour and minute for the time of day.
I am running it based on 24 hour as opposed to 12 hour with am/pm.
I know that I can determine the day, hour, minutes and seconds, with the built in functions.
However,
I don't know how to get the program to loop and keep checking for the time.
once I hit the time, I execute a function that will send an email.(I have all this part working)
As well, I need to make sure that the Timer will only send the info for that specified time only one time for the week.
I hope all this makes sense.
The timer is the last piece of my application.
Hope someone can help me out here.
Thanks in advance.
Jeff
Top Tech Systems
If you help 3 people and each one of those help 3 other people and so on, imagine all the people being helped.
Can someone tell me how this works.
How do I use the on timer and interval to automate my app to execute an email at a certain time of day and the week
every week.
I have a table of records that contain locations of files that I would like to email on certain day and time of the week, every week.
I have a check box for the day of the week and fields for drop down selection of hour and minute for the time of day.
I am running it based on 24 hour as opposed to 12 hour with am/pm.
I know that I can determine the day, hour, minutes and seconds, with the built in functions.
However,
I don't know how to get the program to loop and keep checking for the time.
once I hit the time, I execute a function that will send an email.(I have all this part working)
As well, I need to make sure that the Timer will only send the info for that specified time only one time for the week.
I hope all this makes sense.
The timer is the last piece of my application.
Hope someone can help me out here.
Thanks in advance.
Jeff
Top Tech Systems
If you help 3 people and each one of those help 3 other people and so on, imagine all the people being helped.