Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open Excel sheet in Form
Message
From
27/12/2006 09:00:37
 
 
To
27/12/2006 08:42:25
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01180450
Message ID:
01180459
Views:
13
hi,
try with this code under inside command button at you form, i hope this what you want
declare long ShellExecute in "shell32.dll" ;
	long hwnd, string lpszOp, ;
	string lpszFile, string lpszParams, ;
    string lpszDir, long nShowCmd

ShellExecute(0,'Open',getfile(),'','',1)
>Dear Experts
>
>On Form, I droped Activex Control (Ole Control).
>How to open some Excel sheet with this Activex Control?
>After modification, How to save this sheet.
>
>Or is there any other method to open Excel sheet within a Form?
>
>Please help
Previous
Reply
Map
View

Click here to load this message in the networking platform