Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timers and sound
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01436116
Message ID:
01436270
Views:
151
In your case, probably, timer resides on the form. When form lose the focus, Timer event (oTimer.Timer) will not be triggered.
I solved this problem creating App property:

*-- Create the Alert's timer
goApp.oAlertTimer = NEWOBJECT(ccOBJ_ALERTTIMER_CLS_NAME, ADDBS(JUSTPATH(.CLASSLIBRARY)) + ccAPP_CLASSLIB_ALERTMANAGER)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform