Problem with colums in master detail band
Hi there,
I searched the forum for answers but I didn't find any. I have following problem:
I'm trying to create a report (FastReport 4.10.18) using following layout:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
Header1 Data11 Data12 Data13
Heaser2 Data21 Data22 Data23
Header3 Data31 Data32 Data33
Header4 Data41 Data42 Data43
Header1 Data11 Data12 Data13
Heaser2 Data21 Data22 Data23
Header3 Data31 Data32 Data33
Header4 Data41 Data42 Data43
Header1 Data11 Data12 Data13
Heaser2 Data21 Data22 Data23
Header3 Data31 Data32 Data33
Header4 Data41 Data42 Data43
<!--fontc--></span><!--/fontc-->
The first column has the headers and the 3 following column the data. Same on the next 2 lines etc. After 9 datasets a new page has to be created.
For this I am using a Masterdetail-Band. In the properties I set up 3 columns and a column size of 5 like in the following screenshot:
[img]style_emoticons/<#EMO_DIR#>/ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> What am I doing wrong and how can I fix it? Thank you in advance Best regards Andr?©[/img]
I searched the forum for answers but I didn't find any. I have following problem:
I'm trying to create a report (FastReport 4.10.18) using following layout:
<!--fonto:Courier New--><span style="font-family:Courier New"><!--/fonto-->
Header1 Data11 Data12 Data13
Heaser2 Data21 Data22 Data23
Header3 Data31 Data32 Data33
Header4 Data41 Data42 Data43
Header1 Data11 Data12 Data13
Heaser2 Data21 Data22 Data23
Header3 Data31 Data32 Data33
Header4 Data41 Data42 Data43
Header1 Data11 Data12 Data13
Heaser2 Data21 Data22 Data23
Header3 Data31 Data32 Data33
Header4 Data41 Data42 Data43
<!--fontc--></span><!--/fontc-->
The first column has the headers and the 3 following column the data. Same on the next 2 lines etc. After 9 datasets a new page has to be created.
For this I am using a Masterdetail-Band. In the properties I set up 3 columns and a column size of 5 like in the following screenshot:
[img]style_emoticons/<#EMO_DIR#>/ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" /> What am I doing wrong and how can I fix it? Thank you in advance Best regards Andr?©[/img]
Comments
I just have to put the frxReport component on my form, doublecklick the component and add a masterdata band, change the column property to 3 and colum width to 5 and insert a text field anywhere in this band, click on preview and get the result on the screenshot I posted the other day.
By the way: I am using Delphi XE
I gonna attach a simple fr3-file which will show you my problem.