Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OLE error code 0x8000ffff: Catastrophic failure from prg
Message
De
18/05/2012 12:53:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01543818
Message ID:
01543821
Vues:
39
>Can you create a visual class with this object added and instantiate that class in your code?

I tried
LOCAL upt as UPT.UptCtrl.1 OF upt.ocx
* Next line causes error Object class is invalid for this container.
upt = CREATEOBJECT('upt')
upt.AboutBox()
RETURN

DEFINE class upt as olecontrol
    OleClass = 'UPT.UptCtrl.1'      
ENDDEFINE 
but got exception in createobject as shown in comment
Andrus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform