Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Produce XLS file from XML file problem
Message
From
10/07/2019 08:16:37
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
 
 
To
10/07/2019 06:54:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01669410
Message ID:
01669495
Views:
51
>
>
>* 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.



I hope this too will add to your understanding of the code.

Hi António,

Thank you for your patience and for the tips that have helped me a lot.

Best regards,
Luis
Previous
Reply
Map
View

Click here to load this message in the networking platform