Hi
I am exporting a crystal report to rtf. the report has two report headers a,b for pages 1 and 2 and there page headers A,B,and C.
The page header A starts at page three. However, when exported page 3 doesn't show the page header and all other pages 4-17 show page headers over written by detail section.
Each page header has a section field assoicated with it called section with a value of 2,3,4 for the correct page header. i use a suppression formual to select the correct page header.
For page header A
iif({rpt_this_report.section}<>2,true,false)
What I'm wondering is there any way to keep the first page header on page three and the rest of the pages it belongs on with out it being over writen by corect detail detail section. Yes three are three detail sections A, B, C
Any help would be appreciated.
Dave
I am exporting a crystal report to rtf. the report has two report headers a,b for pages 1 and 2 and there page headers A,B,and C.
The page header A starts at page three. However, when exported page 3 doesn't show the page header and all other pages 4-17 show page headers over written by detail section.
Each page header has a section field assoicated with it called section with a value of 2,3,4 for the correct page header. i use a suppression formual to select the correct page header.
For page header A
iif({rpt_this_report.section}<>2,true,false)
What I'm wondering is there any way to keep the first page header on page three and the rest of the pages it belongs on with out it being over writen by corect detail detail section. Yes three are three detail sections A, B, C
Any help would be appreciated.
Dave