Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does Anyone have a Time Clock Integration?
Message
De
11/08/1999 06:25:04
 
 
À
10/08/1999 18:43:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00252257
Message ID:
00252398
Vues:
7
You can use a timer.
After every time the timers finished you must restart it.
If you use it with datetime try

.timer1.interval=(nextdatetime-datetime())*1000 && nextdatetime is your nexttime

if you use it with only time try

.timer1.interval=(nexttime-time())*1000 && nextdatetime is your nexttime
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform