Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing Word Docs
Message
 
 
À
29/08/2005 10:44:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01044762
Message ID:
01044763
Vues:
12
>What's the easiest way to print a Word Doc from VFP code?
DECLARE INTEGER ShellExecute IN shell32.dll ;
	INTEGER hndWin, ;
	STRING cAction, ;
	STRING cFileName, ;
	STRING cParams, ;
	STRING cDir, ;
	INTEGER nShowWin

lcWordDocName = FULLPATH(lcWordDocName)
ShellExecute(0, "Print", lcWordDocName, "", "", 0)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform