Is it possible to make one report a sub-report of the other? Brian J. Alves
Terrier Consulting, Inc.
Email: brian.alves@worldnet.att.net
VB / Crystal / SQLServer
I have a Main report and 2 subreports in the Main. Each report has it's own Group Header Section. The Header is one per report Main Header, Subreport1 Header and Subreport2 Header. I want to suppress the other 2 headers while keeping the corresponding Header for that Report. I am currently doing it in the Section Expert as follows:
WhilePrintingRecords;
PageNumber < 5;
WhilePrintingRecords;
PageNumber <> 5;
WhilePrintingRecords;
PageNumber > 5;
However, what happens if the page numbers increase or decrease? Can you help?
chaverly
If the second report has subreports, and the first report does not, place the first report in the report header of the second. You can have a regular report-header section below that, using [Insert Section Below]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.