assigning two child bands?
I want to display optional additional information to MasterData.
One is a comment that I placed in a child band. The user can choose before report generation if he wants to display this information.
If he choses not, the child band will not be displayed. This works.
I want to do the same with photos that are connected with each masterdata row but even though I can add a 2nd child band to the report, I can only assign one child to the masterdata band.
Is it not possible to assign two childs to one masterdata?
How to proceed?
One is a comment that I placed in a child band. The user can choose before report generation if he wants to display this information.
If he choses not, the child band will not be displayed. This works.
I want to do the same with photos that are connected with each masterdata row but even though I can add a 2nd child band to the report, I can only assign one child to the masterdata band.
Is it not possible to assign two childs to one masterdata?
How to proceed?
Comments
The two child bands shall be independent from each other. That means that the user should be able to activate child band 1 or band 2 or also both.
When I set Child2 as child of Child1, Child2 will be invisible when Child1 is opted out.
Also, setting one child instead of the other doesn't help as this will not allow to show both band.
Currently this runs smoothly with Quickreport which I am working to convert to FR.
In Quickreport I use a Subdetail and a Child band but FR does not allow me to use Subdetail.
It keeps on telling my that the band is in the wrong place.
place your header footer bands in ordered pairs above and below each data band
h1
md
fi
h2
det
f2
h3
sd
f3
or set free band placement prop
solved my problem. Thank you very much!