Click to See Complete Forum and Search --> : supressing subreport


nehapramila
March 28th, 2005, 03:59 PM
Hi,

I have a subreport in main report, when there is no data i want to supress the subreport, i managed to do that but sub report has a page header, how do i supress the page header. What condition do i need to give. Thanks in advance

Madhi
March 30th, 2005, 01:56 AM
Go to section expert of page header
In the suppres option write this

if NextIsNull({Field})=true then true else false

nehapramila
March 30th, 2005, 01:51 PM
Hi ,

Thank you for your reply. It worked, but now there is a blank page how do i get rid of it. Thanks in advance