Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert form xml to vfp.dbf
Message
De
27/07/2004 14:43:20
 
 
À
27/07/2004 05:10:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00928202
Message ID:
00928424
Vues:
30
Hi,

XMLTOCURSOR returns a numeric value (the number of records created in the resulting cursor), so, your code should be more or less like this:
CREATE TABLE ...
XMLTOCURSOR(ALLTRIM(thisform.Text1.Value),"VFPCursorName",512)
APPEND FROM (DBF("VFPCursorName"))
But in this case the table you create must have the same structure as the resulting cursor ("VFPCursorName").

I hope this helps,


Luis




>hi,
>
>i can do that,
>
>APPEND FROM XMLTOCURSOR(ALLTRIM(thisform.Text1.Value),"VFPCursorName",512)
>
>how i can see at myform the code is running.
>
>regards.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform