Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open Excel sheet in Form
Message
De
27/12/2006 09:00:37
 
 
À
27/12/2006 08:42:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01180450
Message ID:
01180459
Vues:
14
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform