Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Timer
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01282898
Message ID:
01282901
Vues:
7
>In timer.timer event, I am using
>
>Time1 = time()
>thisform.text3.refresh, where text3.value = time1
>
>
>So I can get the updated time in my form every second
>
>Is it possible obtain a timer counter, starting from 0:00
>in my text3, instead of the real time ?

Yes, just check the link I sent you yesterday.

dt1 = datetime(year(),month(),day(),0,0,0)
dt2 = datetime()

etc.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform