i NEED TO PRINT OUT A FORM EVERY SUNDAY , THE COMPUTER SYSTEM IS PERMANENTLY ON WITH A MENUE PAGE SHOWING SO I DON'T HAVE A TIMER PROBLEM ETC.
ANY HELP GREATLY APPRECIATED.
Presumably you have a timer running on the form. In your timer method, check the day as well as the hour, minute etc.
eg.
if dow(today()) = "Sun" then
if hour = etc..
if minute...
; run the code
endif
endif
endif
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.