Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert form xml to vfp.dbf
Message
From
27/07/2004 14:43:20
 
 
To
27/07/2004 05:10:39
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00928202
Message ID:
00928424
Views:
31
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform