Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One event Interupts another
Message
 
To
14/09/1999 18:06:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00264705
Message ID:
00264712
Views:
18
Hi Dan,

>When the clicked event of a command button is activated. The method for that event calls a function in a PRG. It appears as if the function is being interupted before it is finished by some other event. Is this possible and is there some way to prevent it? I would not think that each event would need to wait untill all method code had been completed before any other method could be activated by an event.

It's possible for Timer events to interrupt other events. Also DOEVENTS can cause this, with the exception that an event is never fired recursively. Also ActiveX event might fire inbetween (this depends on _VFP.AutoYield).

What event interrupts the Click method?

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform