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!

some pages are blank in CRXI

Status
Not open for further replies.

karnd

Programmer
Feb 1, 2003
190
US
Hi,

I have an issue with the report created in CRXI.

some pages are blank but displaying Header and Footer.
I set the page margins also as per said earlier to 0.25 and 0.25 on both left and right.

any ideas should be appreciated.

Thanks a lot,
Regards,
 
Look in the sections expert and see if you have new page before or new page after checked, that might be the culprit.
 
Hi,

I have checked the new page after as this is also required

thanks a lot
regards,
 
I'm guessing you have at least two groups, and that you are getting an extra page between the last inner group instance per outer group instance. Instead of just checking "new page after", go into the x+2 formula area and add something like:

not onlastrecord and
{table.outergroupfield} = next({table.outergroupfield})

-LB

 
Hi LB,

I have tried as per said but could not able to follow up.
But my code is having "not onlastrecord;" on GF1 exactly on Newpageafter X+1 option
But as per you said above coded and so getting "This field has no previous or next value".

so i tried putting the other Group items for the above condition but still does not help.

Any other ides please!

Thanks
 
Please explain what groups you have and which sections you are formatting with a new page before or a new page after.

-LB
 
Hi,

Let me explain you:

the report has layout this way:

GH1:
GH2:
GH3:
Details a:
Details b:
GF3
GF2:
GF1:

since need to create Page Break on GH1 item so i have coded under GF1-->New Page After X+1 --->Not onlastrecord;
so that, that way it does page breaks on every GH1 item. and it does well but the problem came in here is with blank page at page11.
So i am trying not to come that blank page on the report.

I hope you got my issue.

Please let meknow
Thanks a lot,



 
If you have no other page breaks, then I think you should make sure you have "suppress blank section" checked in the section expert. Also go into design mode and minimize the vertical spaces in any sections where you might have excess space.

Note that I have no idea what page 11 refers to--Is this the very last page of the report? If so, maybe you need to suppress the report footer if unused.

-LB
 
Hi,

It tookcare of some how by adjustments but the problem occur and the GH3 data stays in the previous page and Details a data went to the next page.
so in that case, it should be together.for this i checked "Keep together" on GH3(also on Details) but does not work.here is onething that on GH3 i have condition on "suppress".
Is that so causing problem.

Thanks a lot
 
Then you want to go report->group expert->group #3->options->check "Keep group together".

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top