Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert from xml to xls via vfp code
Message
From
02/08/2004 03:56:56
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00928857
Message ID:
00930044
Views:
19
hi,

i want to ask about this code (it take more than 8 miniuts to convert and append )

any idea to make it faster.

thanks.
XMLTOCURSOR(ALLTRIM(thisform.Text1.Value),"VFPCursorName",512)
SELECT VFPCursorNAME
COPY STRUCTURE TO cVFPTable
SELECT 0
USE cVFPTable
   APPEND FROM (DBF("VFPCursorName"))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform