Master Data in the page header
I have a simple report with a relation master/detail --> masterdata band and masterdetail band.
With each master I want:
1- It Start in a new page
2- If there are some details pages for a single master record I want at the begining of the pages the same MasterData.
Ok, the first problem it's resolved with the FormNewPage property in the MasterData Band.
But I don't known how can i do it the second problem.
Please, any help???
Thanks
With each master I want:
1- It Start in a new page
2- If there are some details pages for a single master record I want at the begining of the pages the same MasterData.
Ok, the first problem it's resolved with the FormNewPage property in the MasterData Band.
But I don't known how can i do it the second problem.
Please, any help???
Thanks
Comments
"2- If there are some details pages for a single master record I want at the begining of the pages the same MasterData."
Are you talking about different design pages or pages produced due to Number of detail records?
if the later just add desired fields to page headerband if you don't want them to display on the first page of each record set, control visibility using a boolean variable, test boolean var in obp of pageheader,set boolean var in obp of detail header and footer. or if a large amount of fields use a child band attached to page header and control its visibility in the same manner.
regards
Ok work with the Master Data fields in the PageHeader Band !!!!!,
but I must to put the report Property "doble pass" to True.
Realy, when the reports starts and the PageHeader Starts there aren't read the first master record, then with the "doble pass" option it work.
Thank Mr. Gordk.