Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing report name for PDF
Message
From
09/06/2015 11:33:07
 
 
To
09/06/2015 11:00:55
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01620780
Message ID:
01620787
Views:
63
>>Hi All:
>>
>>I have the following command:
>>
>>
>>REPORT FORM BLARG TO PRINTER PROMPT PREVIEW
>>
>>
>>If I click the 'print' icon, I get a dialog to choose printers. If I choose the 'CUTEPDF' printer, a PDF report is created with the name 'BLARG.PDF'.
>>
>>How can I get a more descriptive pdf name to be created like 'Batch_1001.PDF'?
>>
>>Thanks,
>>
>>Yossi
>
>You need reportbehaviour on 90
>
>
>
>*tnListenerType you have to figure out from help
>DO (_REPORTOUTPUT) WITH tnListenerType,loListener
>loListener.PRINTJOBNAME = cDecriptiveName
>REPORT FORM BLARG TO PRINTER PROMPT PREVIEW OBJECT loListener
>
Thanks! That changed the name.

The only thing is that it makes no difference if I say
cDescriptiveName = 'c:\myreportfolder\Batch001'
It still outputs the PDF file (Batch001) to the last folder that I used for CutePDF.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform