Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get a web xml page into vfp cursor
Message
De
11/10/2005 04:21:17
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01057670
Message ID:
01057879
Vues:
9
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform