Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugger question
Message
From
16/09/2003 09:36:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Debugger question
Miscellaneous
Thread ID:
00829362
Message ID:
00829362
Views:
43
Hi all,

How do I make the Watch window variables display the list of properties available. I have the variable localize with AS keyword.
local oXML as MSXML2.DOMDocument
local oElement as MSXML2.IXMLDOMElement
oXML=createobj('MSXML2.DOMDocument')
oXML.Load('test.xml')
oElement=oXML.getElementByTagName("myTag")
set step on
* at the debugger, the oElement variable in both Local and Watch
* windows does not display the list of properties
ramil
~~ learning to stand still
Next
Reply
Map
View

Click here to load this message in the networking platform