Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Produce XLS file from XML file problem
Message
De
10/07/2019 08:16:37
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
 
 
À
10/07/2019 06:54:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01669410
Message ID:
01669495
Vues:
52
>
>
>* 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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform