remplir une msflexgrid à partir d'un fichier xml

remplir une msflexgrid à partir d'un fichier xml - VB/VBA/VBS - Programmation

Marsh Posté le 10-08-2007 à 13:32:18    

Bonjour
Comment je peux remplir une msflexgrid à partir d'un fichier xml?

Reply

Marsh Posté le 10-08-2007 à 13:32:18   

Reply

Marsh Posté le 13-08-2007 à 10:02:23    

Bonjour
Voici un exemple de document xml
 
<VOLALLER>
  <CLEF>498725</CLEF>  
    <COMPAGNIE>XLF</COMPAGNIE>  
    <DATEDEPART>20070626</DATEDEPART>  
    <VILLEDEPART>PAR</VILLEDEPART>  
    <LIBVILLEDEPART>PARIS               </LIBVILLEDEPART>  
    <HEUREDEPART>0755</HEUREDEPART>  
    <VILLEARRIVEE>Mil</VILLEARRIVEE>  
    <LIBVILLEARRIVEE>Milano</LIBVILLEARRIVEE>  
    <HEUREARRIVEE>0925</HEUREARRIVEE>        
 </VOLALLER>
Je veux que le résultat sera
 
PARIS 20070626 0755 Milano 0925  
 
dans une MSFlexGrid
Comment faire
Merci

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed