Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exporting a File to Excel
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00612304
Message ID:
00612310
Vues:
24
At least two relatively easy ways around this:

1.) Application.DataToClip(,,3) && tab delimited added to _CLIPTEXT

OR

2.) COPY TO (lcFile) DELIMITED WITH TAB && no header info
_Cliptext = FILETOSTR(lcFile)


From within the Excel object: oExcel.ActiveSheet.Paste()


>I'm trying to export Programmatically a Foxpro query to excel. I have used the Export to ... and copy to ...
>The Table has 59000 records but when I open the excel file I just have 16384 records. Any idea ?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform