Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer Control
Message
 
 
À
07/01/2002 18:41:55
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00601591
Message ID:
00601769
Vues:
24
Steven,

In the Timer() event itself you should code

this.Enabled = .f.
do program
this.Enabled = .t. && if you want this timer to resume running

What is the interval that your timer is set to? If it's less than a couple of milliseconds (or you are testing this in the debugger) you might have stacked up several timer events that are still pending execution.

>Here is whats happening
>
>This.Enabled = .F.
>Do program
>
>The do program is starting befroe the This.Enabled is set to .F.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform