Generating a PDF on Data Row change

I have an invoicing program that relies on FastReport to generate PDFs of the invoices. Right now I get 1 pdf that contains as many as 100 or so invoices that have to be broken apart to send to my clients. How can I have FastReport generate separate pdfs based on the current record in the master table as it steps through the database. What I am trying to do is make 100 PDFs (one per invoice), instead of one pdf of 100 invoices.

Comments

  • gpigpi
    edited 3:20PM
    You may set TfrxPDFExport.PageNumbers to export selected pages to PDF

Leave a Comment