Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PDF files
Message
From
05/06/2001 07:23:43
 
 
To
01/06/2001 11:17:40
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00385817
Message ID:
00515004
Views:
44
Fernando,

do you mean how well does it work? Pretty well, in our experience. All you do is perform a REPORT ... TO PRINT after having set up a printer driver in Windows which points to the PDF *convertor* (the creator wasn't released the last time I looked). You shouldn't have to change your reports at all, unless you want to try some fancy stuff like generating PDF bookmarks at section breaks, for example. Try this link for some more documentation

http://www.amyuni.com/support.htm#down

Here's a little sample code from our app

SET PRINTER TO NAME "BRITEPDF"
DefaultFileName(this.PDFHandler, this.outpath+this.outfile)
FileNameOptions(this.PDFHandler, 1+2+32+iif(this.concatenate,4,0))
REPORT FORM (p_ReportName) NOCO NOEJECT TO PRINTER
SET PRINTER TO DEFAULT



Best wishes,
Neil
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform