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!

about pagebreak

Status
Not open for further replies.

raghu55

Technical User
Oct 2, 2005
45
US
hello all,
iam using crystal9,oracle 10g.

i have a problem with pagebreak.
i have textbox in groupfooter2b, there i need a pagebreak.
i have choosen newpageafter in section expert at groupfooter2b, iam getting pagebreak but problem is that
in next page iamgetting pageheader also. i have to suppress
pageheader alternatively.For this i was wrote below formula in pageheader at conditonalsuppressing but its not working.

numbervar x:=1;
numbervar y:=2;

if pagenumber <> x mod y
then
true
else false

any help..
 
I'm not entirely clear what you are after. A better way to alternate pages is
Code:
2*(Truncate(Pagenumber/2)) = Pagenumber

[yinyang] Madawc Williams (East Anglia, UK). Using Windows XP & Crystal 10 [yinyang]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top