Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need an example in VFP8
Message
From
02/11/2003 07:54:49
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
 
To
02/11/2003 05:59:20
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00845410
Message ID:
00845414
Views:
21
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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform