Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding timer to a command button group
Message
De
19/02/1999 11:52:27
Donny Sims
Independent Computer Consultants Inc
Scottsboro, Alabama, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00189316
Message ID:
00189335
Vues:
9
>If I understand you correctly, I am assuming that you wish to add a timer object when a user clicks on a button. You can do this in this fashion
>
>oTimer = CreateObject("timer")
>WITH oTimer
> Name = "tmrTimer"
> Interval = 10000
> Enabled = .T.
>ENDWITH

Jaun

Thanks for the reply but that's not what I meant, let me rephrase. I want the timer to start when the command button group is instantiated and then check the status of other processes and update the command buttons based on the update. I know how to use CreateObject() like you said but not how to define what happens in the timer event.
Donny Sims

Life is what happens to us while were busy making other plans.
- John Lennon
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform