Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Stops
Message
 
 
To
28/02/2005 05:53:51
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00990494
Message ID:
00991287
Views:
28
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
Previous
Reply
Map
View

Click here to load this message in the networking platform