Report Design
 Crystal Reports Forum : Crystal Reports for Visual Studio 2005 and Newer : Report Design
Message Icon Topic: Supress footer after page 1 Post Reply Post New Topic
Author Message
lynnedm
Newbie
Newbie
Avatar

Joined: 08 Jan 2008
Location: Australia
Online Status: Offline
Posts: 8
Quote lynnedm Replybullet Topic: Supress footer after page 1
    Posted: 22 Jan 2008 at 3:32pm
Hello,
 
I'm writing a report where the first page is "letterhead" and the rest a table. 
 
I need a page footer on page one but not on the following pages -  I gather it is possible to write a formula but don't know how to approach this.
 
Suppress in Section Export supresses the footer on all pages
 
Thanks a lot
Lynne
IP IP Logged
Savan
Senior Member
Senior Member
Avatar

Joined: 14 Dec 2007
Location: India
Online Status: Offline
Posts: 162
Quote Savan Replybullet Posted: 22 Jan 2008 at 9:14pm
Hi Lynee
Its easy. create a formula as "pgnmbr" the syntax for this formula is as follows.  
pagenumber;
 
now in the footer section check the supress option and in the formula write the below formula
  {@pgnmbr} > 1
 
so all footers for page number more than 1 will be supressed.
Thanks
Savan
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3702
Quote hilfy Replybullet Posted: 23 Jan 2008 at 2:52pm
You don't even need the separate  {@pgnmbr} formula.  Just put
 
pagenumber > 1
 
in the suppress option for the section.
 
-Dell
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.016 seconds.