Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ShellExecute
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01554436
Message ID:
01554437
Vues:
77
I have just checked -- the code below worked perfectly fine (Win7 64-bit, VFP9, Adobe Reader X)
DECLARE INTEGER ShellExecute IN shell32;
	INTEGER hWindow, STRING lpOperation,;
	STRING lpFile, STRING lpParameters,; 
	STRING lpDirectory, INTEGER nShowCmd

ShellExecute(0, "open",;
			"C:\...\myfile.pdf",;
			"", "", 1)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform