Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with ActiveX Control Event
Message
De
30/06/2000 12:58:30
 
 
À
30/06/2000 12:54:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00387174
Message ID:
00387176
Vues:
19
>I am using a 3rd Party ActiveX control on my form. For some odd reason, whenever the activeX control fires its even (which excutes some code like 'Scan... Endscan' on a small table) it forces the mouse pointer to become and hour glass. While the ActiveX even is busy executing the code I put under it, I can not click on any other controls on the form.
>
>I have tried many thiings and I still am not sure what is going on. I have even looked into "DoEvents" and the "AutoYield" property of my application to try to solve this problme with no success.
>
>
>Does anyone know how to make the form respond?
>

VFP doesn't allow asynchronous or multithreaded processing, ACtiveX or not. No amount of DOEVENTS will get two pieces of VFP code to run at the same time in the same app.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform