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

Page Header Issue in CRXI

Status
Not open for further replies.

karnd

Programmer
Feb 1, 2003
190
US
Hi,

Initially the report has created but now the requirement changed to - Place the item in the Page Header (Say DeptName)sothat break the details when it has arrived to next record.

PH_a --> XXXXXX Report
DeptName
PH_b --> EmpNo, EmpName, Salary
=======================================
GH1
GH2
D_a
GF2
GF1

======================================
So for DeptName=Accounting then it show the details
but when DeptName=Finance then its details has to show in the next page (but it should not continue along with the previous record ie DeptName=Accounting).

So i would think something about the page break but not sure how it satisfied the above requirement exactly.

any ideas should be appreciated.

Thanks a lot,
 
You can use the group as page header

if group 1 is DeptName, enlarge it, add a sectionand place the field headers

GH1_a --> XXXXXX Report
DeptName
GH1_b --> EmpNo, EmpName, Salary

suppress or delete the sections in the page header

right click on the group 1 and select change group, on the second tab you have the options to print header on every page.

go to the section expert and on the group1 footer choose new page after.






-Mo
 
Hi,

Marvellous!! Great idea!!!

Sounds like this should works for me, I will try and will back to you if required.

Thanks for the help!!
Regards,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top