Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding Timers Part Duex
Message
From
14/08/2004 10:17:09
 
 
To
13/08/2004 17:56:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00932987
Message ID:
00933336
Views:
22
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
....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform