On Timer

wort0987654321

Registered User.
Local time
Today, 23:04
Joined
Dec 5, 2002
Messages
90
on timer

i want to open a report in print preview.
then open a form over the top of this report with a message on.
i then want the report to close.
i then want the form to close
i then want the report to print.

i want all of these things to happen with a gap of a second and a half between each other.

is this possible, if not i will go back to pulling my hair out

thankyou for any help
 
You can't print a Report if it's closed, try explaining in a little more detail what your trying to do
 
Timer & email

after reading many postes on timer/email, I didn't see an solution to by problem.

I have a report "rptBLABLA", that needs to get emailed to the persons/in my table tblEmailList, if the currentdate is within 7 days of a resubmission date. So, from another posts, it's will be using an OnTime to compare? the date, and when the database loads. How would I accomplish this?

OnLoad
If now() < 7 resubmissiondate then
how to run my module, called email other wise
else
end.
 

Users who are viewing this thread

Back
Top Bottom