Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Computing Time Difference
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00189075
Message ID:
00189082
Views:
15
You can launch with a wait loop:

DO WHILE TIME() < "12:00:00"
ENDDO
*- Continue with other code...


(I've used that trick to perform a certain function on two machines at the exact same time in order to test multi-user systems)

...or you can have a timer control that checks for passing of a certain time.

I think somewhere here on UT there is a function that computes time differences, sorry, I don't know where...
Mark

>How do I launch a process at a specific time of day in Visual Foxpro 5.0? How can I determine the amount of time between 2 given times?
"It hit an iceberg and it sank. Get over it."
Robert Ballard, dicoverer of the Titanic wreckage.
Previous
Reply
Map
View

Click here to load this message in the networking platform