Microsoft
Software
Hardware
Network
Question : How to suppress a page header when only a sub report is visable (in group footer 1b)
How to suppress a header when only a sub report is visable (in group footer 1b)? I have new page after grolupb footer a and I want to conditionally suppress the page header text.
I currently have the following formula:
if pagenumber = 1 then yes else
If OnFirstRecord or {Command.PlanID} <> Previous ({Command.PlanID}) then
True
Else
False
Thanks for the help!
Answer : How to suppress a page header when only a sub report is visable (in group footer 1b)
I used if NextIsNull as my suppression criteria and it worked out just fine.
Thanks!
Random Solutions
How to make simple PHP IF function for the following simple scenario ?
How to stop folder redirection on terminal server only
Windows 2003 to 2008R2 cluster migration and enforced quota
ASP.NET How to get picture images to display...in a LISTVIEW?
How can I get CFileDialog to not change the initial directory?
Access to toher User's Inboxes
I have a 2GB .ost file that I would like to reduce in size
To to retrieve Conference call recordings
broadcom Nic teaming
Calendar Control in Excel 2003 VBA