cs_eli42
Messages postés141Date d'inscriptionmardi 24 décembre 2002StatutMembreDernière intervention18 août 2024
-
22 juin 2015 à 22:11
cs_eli42
Messages postés141Date d'inscriptionmardi 24 décembre 2002StatutMembreDernière intervention18 août 2024
-
23 juin 2015 à 09:04
Bonjour les delphiste 7,
Malgré "F1" et mon pot "Google" toujours pas compris la lecture d'un XML
je voudrai récupérer le numéro, date, les articles (quantité, valeur, TVA, nom article), encaissement(mode,montant)
Salut,
Exemple rapide avec article...pareil pour les autres...
var Node : IXMLNode; I : Integer; begin XMLDocument1.LoadFromFile... ... Node := XMLDocument1.ChildNodes.Nodes['ticket'].ChildNodes.Nodes['lignes']; for I := 0 to Node.ChildNodes.Count-1 do begin Memo1.Lines.Add(Node.ChildNodes.Nodes[I].GetAttributeNS('numero','')); Memo1.Lines.Add(Node.ChildNodes.Nodes[I].Text); end; end;
@+
cs_eli42
Messages postés141Date d'inscriptionmardi 24 décembre 2002StatutMembreDernière intervention18 août 20241 23 juin 2015 à 09:04
Salut yanb,
Super ca marche nickel
un grand merci a toi
...
Beau temps belle mer
Jorgio
23 juin 2015 à 09:04
Super ca marche nickel
un grand merci a toi
...
Beau temps belle mer
Jorgio