Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is XML installed
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00852317
Message ID:
00852320
Vues:
8
Why not just:
ON ERROR ll=.f.
release o
o=CREATEOBJECT("MSXML2.DOMDOCUMENT.4.0")
on error
if type("o")#"O"
* Class definition MSXML2.DOMDOCUMENT.4.0 is not found".
endif

>How can I detect if the MS XML is installed?
>
>I want to prevent the error "Class definition MSXML2.DOMDOCUMENT.4.0 is not found".
>
>Thanks in advance.
>
>--rab
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform