Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert from xml to xls via vfp code
Message
 
À
02/08/2004 03:56:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00928857
Message ID:
00930046
Vues:
29
There is no need to append after it. Just remove structure after copy:
XMLTOCURSOR(ALLTRIM(thisform.Text1.Value),"VFPCursorName",512)
SELECT VFPCursorName
COPY TO cVFPTable
SELECT 0
USE cVFPTable && That table contain all records from DBF("VFPCursorName")
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform