Dec 20, 2004 #1 Buckaroo8 Programmer Aug 6, 2003 27 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 Mar 23, 2002 20,180 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 Aug 6, 2003 27 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 Mar 23, 2002 20,180 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