Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Spreadsheet Automation
Message
From
10/04/2003 11:31:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/04/2003 11:20:02
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00776102
Message ID:
00776118
Views:
19
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform