Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Edit a file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01416197
Message ID:
01416238
Vues:
57
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform