|
Home > Archive > dBASE Programming > February 2006 > from manual to automatic.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
from manual to automatic.
|
|
| Paul Robichaud 2006-02-13, 6:01 pm |
| In dbase plus, I have a system that downloads PDAs into the database. Every
evenings, the user has to hit "Upload" button to upload file to the main
office.
I want to have dbase watch for 9pm and "Upload" automaticly to main office.
What is the best way of doing this ?
Thanks
Paul
| |
| Jan Hoelterling 2006-02-13, 6:01 pm |
| Use a timer in your program. You can create a small, stand-alone program
that simply "lurks" in the background for a specific time, then "wakes up"
when Time() returns the expected start time.
type
help timer class
there is also a decent example for how to use the timer...
HTH,
Jan
|
|
|
|
|