Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to copy fox tables to an excel template ?
Message
De
08/09/2000 12:46:53
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
08/09/2000 12:34:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00414214
Message ID:
00414226
Vues:
25
>Hi All,
> I would like to know, how to copy data on the fly from a FoxPro (VFP6) table to an excel TEMPLATE . All the columns headings are set in the template according to the fox table.
>
>Any help would be greatly appreciated.
>
>TIA
>
>- Jeana -


use (tcMyTable)
afields(aStruc)
create cursor Dummy from array aStruc
copy to tcXLSFile type xls
oExcel = createobject('Excel.Application')
oExcel.Workbooks.Add(tcXLSFile)
oExcel.Visible = .t.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform