Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Produce XLS file from XML file problem
Message
From
10/07/2019 06:54:02
 
 
To
10/07/2019 06:00:30
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01669410
Message ID:
01669492
Views:
48
>
>
>* NEW: Address and TAX information in the XML file
>LOCAL Addresses AS MSXML2.IXMLDOMNodeList
>LOCAL Address AS MSXML2.IXMLDOMNode
>LOCAL Tax AS MSXML2.IXMLDOMNode
>LOCAL StreetName AS MSXML2.IXMLDOMNode
>
Luís, noticed this in your code. Addresses and StreetName aren't required. You only need one address, therefore you won't need to traverse the list, and the StreetName comes inside Address, so no need to declare it. You may leave this as it was:
* NEW: Address and TAX information in the XML file
LOCAL Address AS MSXML2.IXMLDOMNode
LOCAL Tax AS MSXML2.IXMLDOMNode
I hope this too will add to your understanding of the code.
----------------------------------
António Tavares Lopes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform