Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding timer to a command button group
Message
 
À
19/02/1999 11:30:04
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:
00189319
Vues:
16
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
Juan L. Romero
gcandela@javanet.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform