Hi Jeff,

I asked for assistance the other day from ProFox dudes on how to send my frx
directly to pdf.
If you download the same free tool I did and then put it in your data loop
giving the pdf file a name that is relative to your employeesid and year and
pay period etc, that'd work.

Here's the details from the reply I got the other day:

Have a look at Luis Guillermo Navas Dangel's PDFx PDF Report Listener
<http://weblogs.foxite.com/luisnavas/default.aspx>. It's free and super
easy:

>   To use it, just follow these simple steps:
>
>       1. Include PDFx.VCX in your project.
>       2. Include Dummy.Prg in your project and marked as excluded.
>       3. Copy System.APP (GDIPLUSX library) to the project folder
>       4. Copy libhpdf.dll to your Project folder.

I just added it to a project of mine and only had to use the following VFP
lines:

Local loRptLsnr As PdfListener of lib\PDFx, lcPDFFile
*
* Do some data stuff here, and populate lcPDFFile with the file name
*
loRptLsnr = NewObject('PdfListener', 'PDFx.vcx') 
loRptLsnr.cTargetFileName = lcPDFFile 
loRptLsnr.lOpenViewer = .T. && Optional, opens PDF after creation 
Report Form reports\toc_page To Printer Prompt Object loRptLsnr

Tina Currie
www.datahouse.com.au


-----Original Message-----
From: Jeff Johnson [mailto:[email protected]] 
Sent: Tuesday, 3 August 2010 10:29 AM
To: [email protected]
Subject: Bulk PDF Printing

Greetings:  I have an application that prints weekly detail payroll 
sheets.  My customer wants me to go back 5 years - and go forward - 
printing each sheet to a pdf with the employee's id and year & pay 
period in the name of the pdf.  I want to set it up to run and have the 
program generate the name and print to the pdf in batch without 
intervention.

What would be the best product for that?

TIA

-- 
Jeff

---------------

Jeff Johnson
[email protected]
(623) 582-0323

www.san-dc.com





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to