Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to open excel sheet from vfp
Message
De
10/08/2002 06:11:08
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/08/2002 04:30:22
Ramachandran Duraiswami
C.G.International Pvt. Ltd.
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00688264
Message ID:
00688277
Vues:
15
>hi everyone !!!
>
>i want to open an excel sheet from my vfp program. but without using the OLE container.
>
>how can it be done???
>
>also, when someone is working on that excel sheet, is there any way whereby someone else can also work on that sheet just as we use vfp tables in the shared mode.
>
>i may sound dumb, but pl. help me.
>
>thanx,
>ram.
oExcel = createobject('Excel.application')
with oExcel
 .Workbooks.Open(lcFullpathnameOfXLS)
 .visible = .t.
endwith
Another one cannot open and work on it at the same time (no RW access is allowed).
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform