Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
LoadXML method of XMLAdapter
Message
De
16/06/2009 13:02:28
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01406258
Message ID:
01406415
Vues:
63
This message has been marked as a message which has helped to the initial question of the thread.
>
>The names of the fields are empty and XmlName shows space between each letter. I guess I only can test by type, not by name.

XmlName is in unicode - you have to convert it
*-------------------------------------------------------------------------------
function unicode_To(v)
	return strconv(m.v, 12)
endfunc
*-------------------------------------------------------------------------------
function unicode_from(v)
	return strconv(m.v, 10)
endfunc
*-------------------------------------------------------------------------------
Gregory
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform