Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call an excel worksheet from vfp8
Message
 
À
01/08/2005 14:21:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01037565
Message ID:
01037575
Vues:
16
What do you mean, "call"? If you mean, open the particular Excel file as if it is open from windows explorer, then you may use something like this:
	DECLARE INTEGER ShellExecute ;
			    IN SHELL32.DLL ;
			    INTEGER nWinHandle,;
			    STRING cOperation,;   
			    STRING cFileName,;
			    STRING cParameters,;
			    STRING cDirectory,;
			    INTEGER nShowWindow
? ShellExecute(0,"open",fullpath(filename),"","",1)
>Hi, as the subject says:
>
>thats all i need to know.
>
>i have a vfp aplication and i need to call an excel worksheet.
>
>Gracias.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform