Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer and event
Message
From
05/03/1997 10:18:27
 
 
To
05/03/1997 07:00:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00022890
Message ID:
00022948
Views:
35
>Procedure Myobj.AnyEvent
>
>Timer1.SetCanBeDone(.F.)
>* Do whatever you have to do
>Timer1.SetCanBeDone(.T.)
>
>Return
>
>Procedure Timer1.SetCanBeDone
>LParameters llCanIt
>
>This.CanBeDone = llCanIt
>
>Return
>
>Procedure Timer1.Timer
>
>If This.CanBeDone
>* Do whatever you have to do
>EndIf
>
>Return

Isn't this the equivalent of what I have?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform