Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding Timers Part Duex
Message
De
14/08/2004 10:17:09
 
 
À
13/08/2004 17:56:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00932987
Message ID:
00933336
Vues:
21
try this:
	FUNCTION ProcessMessages
		This.MessageTimer.Enabled = .F.
		LogProcess( "Disable Timer" )
This is another solution not sure, because it is correlate with the time events sequence.

A sure correct solution is to simulate a atomic "test and set" into VFP.
 FUNCTION ProcessMessages
	IF <test and set>
	  	LogProcess( "Disable Timer" )
                ....
        ENDIF
....
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform