Jim,

 

Associate the image with an expression variable or use a variable image, put
a component id on the image or variable image object and in the band's
'before generate custom EEP' (right-click in the band itself), test the
variable for null:

 

IF VIMAGE IS NULL THEN 

PROPERTY <Component ID> VISIBLE 'FALSE'

ELSE

PROPERTY <Component ID> VISIBLE 'TRUE'

ENDIF

 

Claudine

 

 

  _____  

From: [email protected] [mailto:[email protected]] On Behalf Of Jim Belisle
Sent: Tuesday, May 26, 2009 3:15 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - NO PRINT WHEN NO IMAGE

 

I have a report that prints an image in the footer section.  There are times
when there is no image to print.  The images are large but will fit on a 8.5
x 11 paper either under existing information or on a separate page if there
is too much information on the first page.  I would like for the extra page
not to print if there is no image to print.  I have the band set to Dynamic
eight and the band is 6" in height.  I need the band large because the image
needs to be easily read.

 

What would be the best way to address this issue?  I have the latest 7.6
update.

 

Jim

 

 

Reply via email to