Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ole error code 0x, Trappable?
Message
De
14/04/2006 19:21:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01113807
Message ID:
01113818
Vues:
17
You need to find out the registry key that gets created when the control is registered and check for it.

>I'm using an OLE control on a form that some users will have and some won't. Opening the form when you don't have the control gives the "OLE error code 0x---- not found".
>
>So I figure if they don't have the object, I can do something like this for the OLE control:
>
>
>PROCEDURE INIT
>If IDontHaveTheControl
>    return .f.
>endif
>ENDPROC
>
>
>That still gets an error.
>
>So I tried, ON ERROR Do l_NoErrorMsg before calling the form. Still get the error message though.
>
>Is there anyway to trap that error so that the user won't see it?

(On an infant's shirt): Already smarter than Bush
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform