Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I get a web xml page into vfp cursor
Message
From
11/10/2005 04:21:17
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01057670
Message ID:
01057879
Views:
8
Thanks you,

It's works without give an error...

>>Hi All,
>>
>>How can I get that address into a vfp cursor?
>>
>>http://www.tcmb.gov.tr/kurlar/today.xml
>
>Try
lcUrl = "http://www.tcmb.gov.tr/kurlar/today.xml"
>lcXmlFile = "h:\temp\today.xml"
>? getfilefromurl(lcUrl, lcXmlFile)
>? XMLTOCURSOR(lcXmlFile, "crsXml", 512)
>BROWSE LAST
>
The getfilefromurl() function is from Re: Need to automate getting a file from the web Message #1050257
Previous
Reply
Map
View

Click here to load this message in the networking platform