Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exporting memo fields to Excel
Message
De
30/12/2000 08:37:35
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00441850
Message ID:
00458066
Vues:
28
>I am trying to use your ole excel code but I want to know what is in your "xlconstants.h" file.
>I think there are four constants in there but what are they set to.
>The four constant are xlgeneral, xltop, xlwhole, and xlbycolumns.
>
>Chet

#define xlGeneral 1
#define xlTop -4160
#define xlWhole 1
#define xlByColumns 2
#define xlByRows 1

The complete constants header file is somewhere in files section. However if you never could access it you could do this to get value :

- Open Excel (or any Office app)
- Alt+F11 then F2 (Brings up object browser)
- In second combo write constant and enter ie: xltop [enter]
You'll see the value displayed at bottom (as well as other info in listboxes).
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