Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print a file
Message
 
À
16/01/2002 12:37:27
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00605493
Message ID:
00605511
Vues:
10
For example:
DECLARE INTEGER ShellExecute ;
IN SHELL32.DLL ;
INTEGER nWinHandle,;
STRING cOperation,;
STRING cFileName,;
STRING cParameters,;
STRING cDirectory,;
INTEGER nShowWindow

? ShellExecute(0,"print","c:\acrobat3\reader\acrobat.pdf","","",1)

>I have a folder full of pdf files. How can I use code to print the pdf file without opening Acrobat?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform