Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XMLTOCURSOR problem
Message
 
À
26/07/2011 06:29:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Divers
Thread ID:
01519156
Message ID:
01519162
Vues:
66
hi tore,

thank.
i try this code .... BUT without good result....!?
* 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
what can i do ?

MR.xlm and MR.xsd are in attachment.


bernhart
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform