Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I send report to textfile
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00690492
Message ID:
00690497
Vues:
11
Nick,

Use the COPY TO ... command.
*&  save the cursor as TXT file.
COPY TO "rptresult.txt" TYPE SDF

*&  save the cursor as Excel file.
COPY TO "rptresult.xls" TYPE XL5
HTH

Wan


>I have an sql statement that gives a result in the cursor and then my report prints out based on that cursor. Is there any way I can send the report to a textfile or excel file?
>
>Thanks
>Nick Patel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform