You can right click on the desired report or break footer area and use
the Before Generate Custom EEP option, and use
IF yourvariable = your condition THEN
PROPERTY MyComponentID VISIBLE 'FALSE'
ELSE
PROPERTY MyComponentID VISIBLE 'TRUE'
ENDIF
RETURN
Make sure that all items that need to be invisible/visible have the
Component ID of MyComponentID.
-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dan
Goldberg
Sent: Monday, November 10, 2008 3:25 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Turn on and off report footer(hide/unhide)
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 Goldberg