Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Convert many tables to excel sheets
Message
From
29/12/2004 07:18:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
Miscellaneous
Thread ID:
00972888
Message ID:
00972896
Views:
19
hi,
thank you,
can i use this way to send this sheet at another dir\folder
 USE (f_name)
set defa to c:\krkr\aa
    COPY TO (f_name) xls  
thanks.
m.qasem

>
>DECLARE myAlias[4] && 5,6...
>myAlias[1] = "aaa"
>myAlias[2] = "bbb"
>myAlias[3] = "ccc"
>myAlias[4] = "ddd"
>.....
>FOR aAlias = 1 TO ALEN(myAlias, 1)
>    f_name = myAlias[aAlias]
>    USE (f_name)
>    COPY TO (f_name) xls  && This is not a delimited file, it is an Excel WrokBook
>    USE
>NEXT
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform