numberCopy

There are several records in my dataset, each record has a qty field, I would print every record according to the field qty >

Comments

  • gpigpi
    edited 10:58AM
    You should prepare several copies of your report
    Assign TfrxReportPage.Dataset with your dataset, set TfrxReportPage.PageCount = field qty
    Also you can create each record as report and set TfrxReport.PrintOptions.Copies = field qty
  • edited 10:58AM
    gpi wrote: »
    You should prepare several copies of your report
    Assign TfrxReportPage.Dataset with your dataset, set TfrxReportPage.PageCount = field qty
    Also you can create each record as report and set TfrxReport.PrintOptions.Copies = field qty


    Do I have to set everything up from delphi or can i do something at the press stage?

Leave a Comment