Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to print PDF file from VFP directly?
Message
From
27/09/2004 17:53:57
 
 
To
27/09/2004 17:06:52
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00904836
Message ID:
00946458
Views:
53
Sure. This code is from one of your earlier posts. I changed only the path to the PDF.
   DECLARE INTEGER ShellExecute IN "Shell32.dll" ;
       INTEGER hwnd, ;
       STRING lpVerb, ;
       STRING lpFile, ;
       STRING lpParameters, ;
       STRING lpDirectory, ;
       LONG nShowCmd

   *!* = ShellExecute(0, "open", "acrord32.exe", " /p /h c:\acordforms\finishedforms\61nc.pdf", "c:\program files\adobe\acrobat 6.0\reader\", 0)
   = ShellExecute(0, "open", "acrord32.exe", " /p /h x:\dssvfp\XFRX\test.pdf", "c:\program files\adobe\acrobat 6.0\reader\", 0)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform