Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Question for today
Message
 
To
08/10/2012 14:37:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01554503
Message ID:
01554527
Views:
45
>>>>Hi Gang!
>>>>
>>>>A timer question...........
>>>>
>>>>I have a method that is called from a Timer.... tmrKeepChecking
>>>>
>>>>tmrKeepChecking.Enabled = .T.
>>>>tmrKeepChecking.Timer = 30000
>>>>
>>>>
>>>>When I go into the method, I set tmrKeepChecking.Timer = 0
>>>>
>>>>and process some code.
>>>>
>>>>When I exit the method, I set tmrKeepchecking.Timer = 30000
>>>>
>>>>But the method is never called again.... the timer refused to fire.
>>>>
>>>>Am I doing something wrong here?? Thanks!
>>>
>>>I agree with Craig. but also include a this.reset()
>>>
>>>
>>>procedure Timer
>>>    this.Enable = .F.
>>>    *-- code
>>>    this.Reset()
>>>    this.Enable = .T.
>>>endproc
>>>
>>
>>Thanks!
>
>Also, check out cppTimer.fll @ http://www.bbcontrols.com/fll.shtml
>
>It uses the system form of timer, not the foxpro internal timer. Somewhere, if I recall right, that foxpro's Timers are suspend if foxpro losses focus.

Thanks!
Tommy Tillman A+ NetWork+ MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform