detail data before master data

edited August 2018 in FastReport VCL 5
i have an invoice table and an invoice_items table, if i place the invoice table on a masterdata band and the invoice_items table on a detaildata band i get...

invoice number date total balance
item price
item price
item price
item price

invoice number date total balance
item price
item price

and so on, which works great, but i would like to print the invoice record after the invoice_items eg...

item price
item price
invoice number date total balance

if i put the invoice_items table on a masterdata band and the invoice table on a detaildata band i get...

item price
invoice number date total balance
item price
invoice number date total balance
item price
invoice number date total balance
item price
invoice number date total balance
item price
invoice number date total balance
item price

any ideas how to get it to only print 1 invoice record after the group of invoice_item records, thanx

Comments

  • edited 2:31PM
    strange. it should be working as you wanted, dont know why it doesnt.

    anyways, try this workaround :

    master data band 1
    detail data band 1
    master data band 2

    make sure that mater data band 1 is empty and make its height 0 from properties.

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.