Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need Intellisense
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00663660
Message ID:
00663680
Vues:
13
>I made a .prg and pasted this in:
>
>
>Local oConfigDoc as MSXML2
>oConfigDoc = CreateObject("Msxml2.FreeThreadedDOMDocument.4.0")
>oConfigDoc.
>
>
>But I am not getting any Intellisense from the 3rd line. In the intellisense manager I added the only two MSXML references I could find - one for MSXML2.0 and another for MSXML2.6.
>
> ?

This works
Local oConfigDoc as Msxml2.FreeThreadedDOMDocument
oConfigDoc = CreateObject("Msxml2.FreeThreadedDOMDocument.4.0")
oConfigDoc.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform