Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing at a certain time

Status
Not open for further replies.

anneoctaaf

Programmer
Dec 15, 2003
104
NL
My application will be started each working day in the morning at 7:00. At 9:00 the program needs to print a list. This needs to be automated, so i need an event from the application object that's a sort of listener, when the clock is at 9:00, it needs to print.

Can someone help me with this?

Thanx!
 
You would set this up in the application timer event using the Now() method.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top