Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer Stops
Message
 
 
À
28/02/2005 05:53:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
00990494
Message ID:
00991287
Vues:
27
Jörg,

Usually if you have a long running process in a timer you code it like this:
* tmr.timer
this.Enabled = .f.
* do the long running thing here
this.Enabled = .t.
There are also times will not respond to a timer event if you are running a long SQL command for example. Timers will basically only fire between lines of VFP code.

>the timer is enabled. I made a button that shows me the actual state of the enabled property and the timer interval.These seem to be Ok. I only change the timer interval via a command button on my form and the timer starts again. This is what I could see. Is there an OS issue or does it affect the timer if the task in the timer event need longer than the timer interval ?
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