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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting - Suppress a PH & GH when a subrpt displays data in a GF

Status
Not open for further replies.

Hyde

Technical User
Sep 8, 2000
12
US
My report is groupped by orders, items and then components. I have personalization data coming from two different sources in the form of subreports placed in GF's. If the first Personalization subrpt contains data pointing to data contained in the second Personalization subrpt, the second Personalization subrpt prints on a new page. The problem is the last PH contains the column headings for the items and is boxed to look like a table, the order GH is suppressed, the item GH contains the summarized data, the component GH contains the headings for the components, with the details of the components displaying in the details section of the report. How do I suppress the PH containing the item column names as well as the box and lines which are drawn down to the 2nd GH?

Anyone have any ideas? [sig][/sig]
 
I resolved the issue.

I first set page number n of m per order, then I went to format section on the PH, which I wanted to suppress along with the lines, and suppress PH if PageNumber > 1 and a field = certain data. That worked! Even the lines and box were suppressed.

Hope this helps someone else. [sig][/sig]
 
In summary, do want want to suppress the page header on the last page? Or do you have multiple page header sections, and want to suppress the last page header section?
[sig][/sig]
 
I had multiple page headers (a - e) and I needed to suppress the page header e if and only if the one subreport printed. If it wasn't suppressed then all of the lines used to create a table look would be behind the subreport. Since I posted this issue, I have been able to resolve it. [sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top