Assign ColumnHeader to Detail band
user4751
Cologne, Germany
Hello,
I'm going to create a ordinary invoice form. The MasterData band contains the invoice header, the detail band contains the articles of the invoice.
My problem is, that I can't assign the ColumnHeader band to the detail band. ColumnHeader are always located over the MasterData band.
I'm sure there must be a simple solution... but I can't see [img]style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> Tanks in advance[/img]
I'm going to create a ordinary invoice form. The MasterData band contains the invoice header, the detail band contains the articles of the invoice.
My problem is, that I can't assign the ColumnHeader band to the detail band. ColumnHeader are always located over the MasterData band.
I'm sure there must be a simple solution... but I can't see [img]style_emoticons/<#EMO_DIR#>/unsure.gif" style="vertical-align:middle" emoid=":unsure:" border="0" alt="unsure.gif" /> Tanks in advance[/img]
Comments
look at the main demo basic reports masterdetailsubdetail report for some ideas on how to layout invoices.
or the nested group report if you want to use 1 joined query to supply all data.
remember bands are just place holders on a design page and are processed in order of their type, not by the data they are connected to.
consider mastedata as data of level1, detail as data of level2, subdetail as data of level3 and so on,
as far as output is concerened, not necessarily as how tables are connected/constructed.