Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I need an example in VFP8
Message
De
02/11/2003 07:54:49
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
02/11/2003 05:59:20
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00845410
Message ID:
00845414
Vues:
22
Hi Ron!

>Can someone please help me with the XMLTOCURSOR() function in VFP8? I need to convert an XML file to a DBF or to a CURSOR. Does anybody have an example for me?

Supose your file XML be "MyXml.xml". Try:
xmlToCursor("MyXml.xml", "myCursor")
* Or
lsStringXml = FileToStr("MyXml.xml")
xmlToCursor(lsStringXml, "myCursor")
I hope this help you.
Bye!
Erick
Força Sempre!
Strength Always!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform