Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timers and sound
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01436116
Message ID:
01436270
Vues:
154
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform