Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print to a Acrobat PDF file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00914150
Message ID:
00914172
Vues:
19
Try this.
DECLARE INTEGER ShellExecute ;
        IN SHELL32.DLL ;
        INTEGER nWinHandle,;
        STRING cOperation,;   
        STRING cFileName,;
        STRING cParameters,;
        STRING cDirectory,;
        INTEGER nShowWindow
tcCmd = 'Print'
tcoutFile = 'C:\myPDFDoc.pdf'
lnFileStatus = ShellExecute(0,"&tcCmd",tcOutFile,"","",0)
>Hi everyone;
>
>I need to print a report to a PDF file wihout previewing it, just saving the file, any idea of a commercial application to do so?
>
>Thanks very much!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform