Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subreport pageheading to be displayed when called from main report

Status
Not open for further replies.

umakanth

Programmer
Jan 4, 2001
4
US
hai,
Subreport pageheading to be displayed when called from main report.
by
umakanth
 

i.e when I am calling subreport from main report. I am getting the pageheader of main report instead of subreport pageheader. Is there any chance to supress the pageheader of main report when it started executing the subreport.
by
D.uma kanth
 
You can suppress the page header of the main report based on a condition, but you will have to come up with a condition formula. There is nothing that automatically senses the subreport. You could have a subsection before and after the subreport that sets a variable value to True or False or something like that.

However the page header of the subreport becomes a report header when it is copied into the container report. You might need to use a group header in the subreport that is set to "repeat on each new page" to replicate a page header. Ken Hamady
Crystal Reports Training and a
Quick Reference Guide to VB/Crystal
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top