Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any more effective algorithm to check timeup?
Message
 
To
07/11/2000 08:34:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00438727
Message ID:
00438735
Views:
9
>Hi,
> I would like to develop task schedule which will launch the particular Application on time set. Any effective algorithm to compare this?
>
>Thank you


You could use the task scheduler from MS.
And otherwise you could create your own.
For exapmle with a timer control that checks if it is time to start theapp every ... seconds.
And otherwise you could use a do .. enddo loop like:
do while .....
  inkey(.. seconds)
enddo
(inkey is placed there because otherwise you keep your valuable proccesor time busy with doing nothing. <g>)
Previous
Reply
Map
View

Click here to load this message in the networking platform