Page 1 of 1

Conditionally Display An Image

Posted: Wed Feb 23, 2005 2:20 pm
by Mike_Wilcock_(Guest)
Hi,____Is it possible in R&R 11 to conditionally display an image file, say based upon a value in the control table?____The reason I ask is that we want to be able to print certain reports on letter headed paper for the print out, but if we^re printing to pdf would like to have a jpeg of the company logo on the top of the report.____Any suggestions would be appreciated.____Thanks______Mike

=> RE: Conditionally Display An Image

Posted: Thu Feb 24, 2005 8:12 am
by kfleming
You could put the image on a logical band line and create a calculated field based on an riparam calculation using an expression such as ".PDF"$RIPARAM("RI_OUTFILE") that you would use a field to control printing of the band line. The line would only print when the runtime RI_OUTFILE field contains the text .PDF.____Kathleen__R&R Support