Dec 20, 2004 #1 Buckaroo8 Programmer Joined Aug 6, 2003 Messages 27 Location US Hello All, In CR 8.5 how do you suppress pages after the first (either on purpose, or if a field is valued/NULL)? Thanks for any help!
Hello All, In CR 8.5 how do you suppress pages after the first (either on purpose, or if a field is valued/NULL)? Thanks for any help!
Dec 20, 2004 #2 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US You don't suppress pages in Crystal, you suppress sections based on the pagenumber function. So either or in combimnation the following will work if you right click any section and select format section and in the X2 next to suppress place: isnull({table.field}) or pagenumber > 1 -k Upvote 0 Downvote
You don't suppress pages in Crystal, you suppress sections based on the pagenumber function. So either or in combimnation the following will work if you right click any section and select format section and in the X2 next to suppress place: isnull({table.field}) or pagenumber > 1 -k
Dec 20, 2004 Thread starter #3 Buckaroo8 Programmer Joined Aug 6, 2003 Messages 27 Location US Thanks! That 'sort-of' works, however now I have a blank page following the valid one. I have checked every section, am I missing a setting somewhere? Upvote 0 Downvote
Thanks! That 'sort-of' works, however now I have a blank page following the valid one. I have checked every section, am I missing a setting somewhere?
Dec 20, 2004 #4 synapsevampire Programmer Joined Mar 23, 2002 Messages 20,180 Location US If you have a blank, you probably have a new page before or after set somewhere in one of the sections. -k Upvote 0 Downvote
If you have a blank, you probably have a new page before or after set somewhere in one of the sections. -k