Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spreadsheet Automation
Message
De
10/04/2003 11:31:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/04/2003 11:20:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00776102
Message ID:
00776118
Vues:
18
>All
>
>I have searched for a solution but I haven't found anything as of yet.
>
>I was wondering. Is there a way of opening a spreadsheet without using automation?
>
>Could someone please let me know?
>
>Thanks in advance!
>
>Nicky Petrila
>Elgin, IL
>USA
#define SW_SHOWNORMAL       1

declare long ShellExecute in "shell32.dll" ;
	long hwnd, string lpszOp, ;
	string lpszFile, string lpszParams, ;
    string lpszDir, long nShowCmd

ShellExecute(0,'Open',lcXLSFile,0,0,SW_SHOWNORMAL)
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