Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmladapter toxml write tags in uppercase
Message
From
19/11/2007 12:22:31
 
 
To
19/11/2007 10:44:02
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01269907
Message ID:
01269938
Views:
17
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"
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform