Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert many tables to excel sheets
Message
De
29/12/2004 07:18:57
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7
Divers
Thread ID:
00972888
Message ID:
00972896
Vues:
18
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
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform