Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Computing Time Difference
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00189075
Message ID:
00189082
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform