Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: report alternate page Post Reply Post New Topic
Author Message
webfranc
Newbie
Newbie


Joined: 02 Dec 2008
Location: France
Online Status: Offline
Posts: 2
Quote webfranc Replybullet Topic: report alternate page
    Posted: 02 Dec 2008 at 10:19am
Good evening,
I work on crystal reports 10, I have a report named invoice and I want GCS printed in both sides of the report.
how can I do to alternate odd page: invoice page , and CGV in even page?
in fact my report can exceed 1 page.



Edited by webfranc - 02 Dec 2008 at 10:47am
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 02 Dec 2008 at 11:06am
What do you mean by "GCS" and "CGV"?
 
-Dell
IP IP Logged
webfranc
Newbie
Newbie


Joined: 02 Dec 2008
Location: France
Online Status: Offline
Posts: 2
Quote webfranc Replybullet Posted: 02 Dec 2008 at 11:29am
GCV : general condition of sale
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 02 Dec 2008 at 1:15pm

Got it.

Here's what I think will work....
 
- Create a special detail section that contains the GCV text.  In the Section Expert for this section, turn on "New Page After" and in the Suppress formula for that section put the following:
 
PageNumber\2 > 0
 
Note that I used a backslash '\' instead of the slash '/' that you use for regular division.  The backslash gives you the modulus (or remainder) of a division operation.
 
In the suppress formula for ALL other sections, put the following:
 
PageNumber\2 = 0
 
This uses the same modulus operator again.
 
So, these suppression formulas will suppress GCV section when the page number divided by 2 has a remainder (is an odd page) and all of the sections except the GCV when the page number divided by 2 is 0 (even page.)
 
If it doesn't work in the details section, you may have to use the Group Header section with the same suppression criteria and with "Repeat Header on every page" turned on for the group.
 
-Dell
IP IP Logged
Atori
Newbie
Newbie
Avatar

Joined: 24 Nov 2009
Location: France
Online Status: Offline
Posts: 18
Quote Atori Replybullet Posted: 22 Jul 2015 at 4:58am
Hello
I up the subject, because, it's my problem today ;)

I want insert my gcv, but without header/footer of my report, a page full GCV.
But it's doesn't work, i've always the header or the footer, and the details ...

Where i must put my GCV in my report for to have a full page please ?

thanks
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 22 Jul 2015 at 5:05am
You can use the technique I explained above to suppress the page header and page footer sections on the even numbered pages while showing the GCV in the detail section on them.

-Dell
IP IP Logged
Atori
Newbie
Newbie
Avatar

Joined: 24 Nov 2009
Location: France
Online Status: Offline
Posts: 18
Quote Atori Replybullet Posted: 27 Jul 2015 at 4:45am
hello, in my detail section and in my group header, i've already a tab :/
in page number 2, the tab appears with my GCV in the tab.

thanks


Edited by Atori - 11 Aug 2015 at 4:53am
IP IP Logged
Atori
Newbie
Newbie
Avatar

Joined: 24 Nov 2009
Location: France
Online Status: Offline
Posts: 18
Quote Atori Replybullet Posted: 11 Aug 2015 at 4:54am
Hi
do you have a solution for me ? Cry
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.