Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using shellexec to print from Adobe
Message
De
28/04/2006 08:51:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Using shellexec to print from Adobe
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01117459
Message ID:
01117459
Vues:
58
I am trying to use shellexec to print from Adobe without opening Adobe. The names of the file are in a table. The code is as follows:
SELECT filenames

SCAN
lcfilename =  ALLTRIM(filenames.names)

	 DECLARE Integer FindWindow In win32api String cnull, String cwinname
	 DECLARE Integer ShellExecute In shell32.Dll ;
	  integer nWinHandle, ;
	  string cOperation, ;
	  string cFilename, ;
	  string cParameters, ;
	  string cDirectory, ;
	  integer nShowWindow
	=ShellExecute(0, "print",lcfilename,"","",1) 

ENDSCAN
I can print the first pdf's and nothing else, and Adobe open and is shown on the screen. Is there any way I can suppress Adobe from showing and print all the files not just the first.

Thanks
Gaylen
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform