Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to print PDF file from VFP directly?
Message
De
27/09/2004 17:53:57
 
 
À
27/09/2004 17:06:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00904836
Message ID:
00946458
Vues:
51
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform