Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Control
Message
 
 
To
07/01/2002 18:41:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00601591
Message ID:
00601769
Views:
27
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
Previous
Reply
Map
View

Click here to load this message in the networking platform