Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PDF files
Message
De
05/06/2001 07:23:43
 
 
À
01/06/2001 11:17:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Divers
Thread ID:
00385817
Message ID:
00515004
Vues:
45
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform