crystal report question about printing

  • Thread starter Thread starter jaYPee
  • Start date Start date
J

jaYPee

i have an always two page report and i want to display some words in
page 1 but can't be seen on page 2 and i have some words on page 2
that i don't want to display on page 1

for example...

the word "certificate" is only visible on page 1 but not in page 2.

and the word "congratulation" is only visible on page 2 but not in
page 1.

i have tried to create a group header but no luck...

i would be very glad if you can help me about my problem...

thanks in advance
 
Hello,

use formula in your group header and define next page method in you
crystal report. if u have any problem then email me or send me your
report.

Thanks,


Warm Regards,

Ayaz Ahmed
Software Engineer & Web Developer
Creative Chaos (Pvt.) Ltd.
"Managing Your Digital Risk"
http://www.csquareonline.com
Karachi, Pakistan
Mobile +92 300 2280950
Office +92 21 455 2414
 
Hi Jaypee,

You can set the 'supress' format element and create a formula therein that
suppresses one if page = 1 and the other if page = 2

HTH,

Bernie Yaeger
 
Hi Jaypee,

You can set the 'supress' format element and create a formula therein that
suppresses one if page = 1 and the other if page = 2

thanks for the reply. however i don't know how to create a statement
that will hide the pagefooter in page 2.

can u pls give me a sample code?

thanks in advance
 
Hi Jaypee,

Simply go into section expert. Once there, click 'supress' on the right and
click the formula icon; then in the formula enter
pagenumber = 2

HTH,

Bernie Yaeger
 
bear w/ me. my question is on how can i hide the pagefooter. in
ms-access i used this code

pagefooter.visible = false

thanks for the reply
 
Hi Jaypee,

The steps I outlined will result in hiding the page footer for page 2. When
you have the report opened in the crystal reports designer, select section
expert (it will be under the 'report' menu option in version 10; it may be
under 'format' in different versions). Once you've clicked section expert,
click on the page footer section on the left. On the right click the
checkbox 'suppress'; to the right of that is a formula (it says 'x-2') -
click it and enter 'pagenumber = 2'. This will suppress printing of the
page footer when on page 2.

Let me know if you have any problems; I'll be glad to continue helping until
you solve the problem.

HTH,

Bernie
 
Back
Top