Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Intellisense
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00663660
Message ID:
00663680
Views:
14
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform