Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX with Callback support in VFP
Message
De
17/12/2006 14:01:15
 
 
À
17/12/2006 07:01:22
Tolga Kaya
Not Applicable
Namur, Belgique
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01178380
Message ID:
01178414
Vues:
22
>While I was searching on the net, I did read an article which tells that , VFP does not support active-x object which uses callback. Actually I don't have any idea what CALLBACK means.
>So is it true ? If so what could be the solution if we want to use this type of active-x ?

If I understand correctly, callback is when a class is implemented by VFP inbehalf of the active-x.

There might be a particular case where the programmer of the active-x will allow the end-developer to influence certain behavior. In this case the definition class is implemented in VFP and VFP does support this (at least in VFP9). This is accomplished by defining a VFP class with the IMPLEMENTING keyword and a reference to the active-x class (could be GUID). Then the VFP developer would register the class with the active-x via the interface provided by the active-x developer. I have done this in several programs; note that the performance is impacted when the VFP debugger is open when the callbacks are being called (slowed down due to debugger).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform