Print n labels of each record

Hi,

I have a table with records of clients and a field with the number of labels of each client.

How can I make a report to print several labels for the same client?

Thank you in advance

Comments

  • Add DetailData band to report. Set DetailData.RowCount=1 (This is necessarily!) In MasterData1OnBeforePrint event set

    DetailData.RowCount:=<MasterDataDataSet."Quantity">

    Place fields from MasterData's dataset on DetailData Bend and set

    MasterData.Height=0

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.