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