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:47AM
    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:47AM
    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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.