Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to have vfp cursor or vfp table from a xml file ?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to have vfp cursor or vfp table from a xml file ?
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01519336
Message ID:
01519336
Vues:
107
hi all,
* Load XML
oXA = CREATEOBJECT("XmlAdapter")


oXA.RespectNesting = .T.
oXA.LoadXML( 'MR.xml',.T.)
oXA.XMLSchemaLocation='MR.xsd'


FOR i=1 TO oXA.Tables.Count
	oXA.Tables(i).Tocursor()
ENDFOR
MR.xlm and MR.xsd are in attachment But i don't have cursor or table ...
Why ?


thank in advance for help

bernhart
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform