Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert from xml to xls via vfp code
Message
 
To
02/08/2004 03:56:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00928857
Message ID:
00930046
Views:
30
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform