Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xmladapter toxml write tags in uppercase
Message
De
19/11/2007 12:22:31
 
 
À
19/11/2007 10:44:02
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01269907
Message ID:
01269938
Vues:
18
Update, I can step through each table's fields collection, but I cannot modify the value. It appears to be readonly when the field class is a part of the tables collection:
FOR EACH oxt in oxa.Tables
   FOR EACH oxf in oxt.Fields
       lcFieldName = STRCONV(oxf.xmlname,10) && shows the fieldname
       lcFieldName = UPPER(lcFieldName) && Change it to uppercase
       *--the next line bombs - value is readonly
       oxf.xmlName = STRCONV(lcFieldName,5) && Store the uppercase value
  ENDFOR
ENDFOR
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform