Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using shellexec to print from Adobe
Message
From
28/04/2006 08:51:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using shellexec to print from Adobe
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01117459
Message ID:
01117459
Views:
57
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
Next
Reply
Map
View

Click here to load this message in the networking platform