Thanks Razzak and Larry. I forgot that you could put the same component id
and apply properties to all of them.

I also played with the region and it worked as well.

Thanks again

Dan Goldberg 

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak
Memon
Sent: Monday, November 10, 2008 1:53 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Turn on and off report footer(hide/unhide)

At 04:25 PM 11/10/2008, Dan Goldberg wrote:

>I am working on a report and need to turn off the report footer when a 
>condition exists.
>
>Is there a property command to turn the visiable off in a report??

Dan,

Can you imagine the consequences and the mess of not making the Report
Footer invisible?

For learning purpose, take a sample report with large data and make the
"Visible" property of the Report Footer band to false (unchecked). Preview
the report and see what you get. And, that is one of the reasons for not
having the <Component IDs> for report bands.

What you really want is to make "all controls" placed on the Report Footer
invisible, when condition exists.

To achieve this goal, assign a common Component ID to all controls placed on
the "Report Footer" and then use the following PROPERTY command to achieve
your goal.

PROPERTY <CommonComponentIDs> VISIBLE 'FALSE'
RETURN

Hope that helps!

Very Best R:egards,

Razzak.


Reply via email to