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

Click here to load this message in the networking platform