Print Page | Close Window

Page header not appearing on next page

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=22103
Printed Date: 26 Apr 2024 at 9:21pm


Topic: Page header not appearing on next page
Posted By: RAJEEV
Subject: Page header not appearing on next page
Date Posted: 29 Sep 2016 at 9:08am
I have created a sales report in CR11, which displays the customer code, customer name and address on page header and the sales information (invoice number, item description, amount etc) in details section. The report uses Oracle sql command line. All information is captured in a single file. The problem is, when the sales data for same customer goes to next page, then only the customer code is displayed on the next page header and not the customer name and address. The details are displayed properly.

I have used two groups for the report, one on customer code and other on invoice number. The customer code is kept on the page header and invoice number on details section.

Any help would be appreciated.



Replies:
Posted By: kevlray
Date Posted: 29 Sep 2016 at 11:41am
There is an option to repeat group header on each page. Right click the section of the group, choose change group.  Click on Options tab.  Click on Repeat Group Header on Each Page.  Hopefully this is what you need.


Posted By: RAJEEV
Date Posted: 29 Sep 2016 at 8:53pm
Thanks Kevlray for the response, however that didn't help.

Initially I had two tables (commands), one each for the header data and details data, and the report was working perfect. However, the report was dead slow and therefore I used a single command, combining the header and details data all in one sql. Now the report is running fast, but the header data is not appearing (except the grouped field) on the subsequent pages.


Posted By: hilfy
Date Posted: 03 Oct 2016 at 6:19am
Are you sure you have the data in the PAGE header and not in the REPORT header? Has any suppression been done on the Page header section?

I might try putting ALL of the information from the page header into the Group Header section instead of in the page header section and see if that will work with "repeat header on every page" turned on.

-Dell

-------------
Proviti, Data & Analytics Practice
http://www.protiviti.com/US-en/data-management-advanced-analytics - www.protiviti.com/US-en/data-management-advanced-analytics



Print Page | Close Window