Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Birt and Questions(print twice, image watermark, dynamic images)
Birt and Questions [message #639120] Mon, 15 November 2010 11:24
Eduardo Vilela is currently offline Eduardo VilelaFriend
Messages: 1
Registered: June 2010
Junior Member
good day
I am new to BIRT.
I come from Actuate 8.
and my training in Java and Java Script is none.

I have the following questions for which I thank for assistance:

1 - how to put a background image in the report as a watermark. data to be printed have to print on this fund as well.

2 - I have a report that I intend to repeat the impression, every time it is requested by the user. First the header says: "Original" and second "Copy." how do I do this?

3 - In the Master Page I put a picture in the Header.

this image is the URL format.

put in the expression builder:

if (row ["ImageType"]. equals ("ABC"))
"C: / Images / ABC.gif"
else
"C: / Images / DEF.gif"


I do the preview and the report runs correctly.
publishes the report on Maximo.
Maximo in as normal user and run the report fine.
I order prints.
it generates a PDF in the first place and gives the following err:
the file does not begin with '% PDF-'
to take instruction in the code

else
"C: / Images / DEF.gif"

runs perfectly.

putting the image with the entire code in the header of the layout works perfectly.
However if the report has more than two pages that header is not repeated after the second.
Previous Topic:Location of the figures
Next Topic:Report Designer perspective not available
Goto Forum:
  


Current Time: Fri Apr 26 10:46:13 GMT 2024

Powered by FUDForum. Page generated in 0.02805 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top