Set a report variable equal to your break4 column.  Give all objects in the 
break 4 header and footer a component id (the same one if you want).  Then in 
the on before generate eep for the break header and footer:

IF variable IS NULL THEN
  PROPERTY <component id> VISIBLE 'FALSE'
ELSE
  PROPERTY <component id> VISIBLE 'TRUE'
ENDIF

Set the sections to dynamic height.

That should work.....
________________________________
From: [email protected] [mailto:[email protected]] On Behalf Of Dennis McGrath
Sent: Tuesday, December 07, 2010 12:02 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Flexible reporting

7.6
I have essentially the same report but one version with 1 breakpoint, another 
with 2, another with 3 and another with 4.
I have headers and footers for all breakpoints.

I was wondering if there is a way to have one report do all 4.

I'm populating a table with data and break info for each level, planning on 
preprocessing everything before reporting on it.

By way of explanation, if I do not populate the  break4 column, is there a way 
to suppress the headers and footers for this break?

Thanks
Dennis







DISCLAIMER: This electronic message together with any attachments is 
confidential. If you are not the intended recipient, do not copy, disclose or 
use the contents in any way. Please also advise us by return e-mail that you 
have received the message and then please destroy. Evergreen Packaging is not 
responsible for any changes made to this message and / or any attachments after 
sending by Evergreen Packaging. We use virus scanning software but exclude all 
liability for viruses or anything similar in this email or any attachment.

Reply via email to