Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with CREATEOBJECT()
Message
From
01/05/2007 10:22:01
Mike Sue-Ping
Cambridge, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Trouble with CREATEOBJECT()
Miscellaneous
Thread ID:
01221477
Message ID:
01221477
Views:
78
I have the following code:
LOCAL oDocOM AS MSXML2.DomDocument
LOCAL oNode AS MSXML2.IXMLDOMNode

oDocOM = CREATEOBJECT('MSXML2.DomDocument')
oNode = CREATEOBJECT('MSXML2.IXMLDOMNode')
It errors on the last line with "Class definition MSXML2.IXMLDOMNODE is not found."

Intellisense kicks in if I type "oNode." The variable oDOcOM gets created without problem. Does anyone know what I'm doing wrong here?

TIA

Mike
Next
Reply
Map
View

Click here to load this message in the networking platform