Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Edit a file
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01416197
Message ID:
01416238
Views:
51
Boris,

Can you show your test code? I quickly tried it this morning, but both XMLToCursor and XMLAdapter returned an error and I didn't re-try.

Here is the code I tried
TEXT TO lcXML noshow
<?xml version="1.0" encoding="utf-8" ?> 
<Report p1:schemaLocation="PayRegExtract http://99.99.9.999/ReportServer?%2fTotalCompensation%2fPayRegExtract&rs%3aCommand=Render&rs%3aFormat=XML&rs%3aSessionID=eo4karztrbozd545bjfj0orz&rc%3aSchema=True" Name="PayRegExtract" xmlns:p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="PayRegExtract">
 <table1>
 <Detail_Collection>
       <Detail PP 1>
       <Detail PP 2>
       <Detail PP 3>
   </Detail_Collection>
  </table1>
</Report>
ENDTEXT
public gcXML
gcXML = lcXML

=XMLTOCURSOR(lcXML,'cTest')
BROWSE
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform