Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print to a Acrobat PDF file
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00914150
Message ID:
00914172
Views:
20
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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform