Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I get a web xml page into vfp cursor
Message
 
 
À
10/10/2005 10:28:08
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:
01057680
Vues:
12
This message has been marked as the solution to the initial question of the thread.
>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
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform