Page 3 of 3

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Fri Apr 10, 2009 10:44 am
by mike65
Thanks Thomas, now works even version 3.5. :D
You know and tell me what the difference with the version 3.00 and what do you recommend using?

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Fri Apr 10, 2009 12:37 pm
by mike65
Also, I see everything ok, but in version 3.5 I do not see the columns to be included in the report. Your report dbserver with UDM is ok, my report with my dbserver is ok.
In 3.00 version I see table columns, but nothing in 3.5 version .
Regards,
Mike
Windows xp - Servoy 359 - java 11.3 - Sybase10

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Fri Apr 10, 2009 3:24 pm
by Thomas Parry
If you are referring to iReport 3.5.0 then the resultant jrxml file cannot be used with Servoy plugin due to different libraries being required. You can try to specify the ".jasper" file produced by the 3.5.0 iReport with the Servoy plugin - I have had some success but it is not always going to work if some feature new to iReport 3.5.0 is not in the library (jasperreports jar file) for the Servoy plugin.

I have a request in to rebuild the Servoy plugin for iReport and JasperReport 3.5.0 but that will not be immediate. Best is to try to use the iReport designer for 3.0.0 and the Servoy Jasper plugin (unless my trick with using the jasper file type works out of iReport 3.5.0).

Sorry if that sounds complicated. :oops:

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Fri Apr 10, 2009 6:22 pm
by mike65
Thanks Thomas. And I welcome the opportunity to send greetings for the feast of Easter.
Regards,

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Wed Jun 03, 2009 1:13 pm
by mike65
I would like to print a header with the data and an image at the beginning of each page.
How to get page break in iReport 3.0.0 in servoy 3.5.9?
What options should be set and where?

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Wed Jun 03, 2009 3:39 pm
by Thomas Parry
Are you able to use the Page Header for this requirement?
That is what I do whenever I want the image to be on each page (the header area of course).
Perhaps you could elaborate if this is not the correct interpretation.

Re: Jasper Reports / Ireports 2.0.5 supports Rtf / Html

PostPosted: Tue Jun 16, 2009 6:14 am
by mfazalurrehman
Hi i an new here on servoy

i am using the same senerio to show image from a Blob database field. But i am receiving an exception that cannot convert Blob to byte[].
i have repated the same steps as mentioned in you guys discussion:

1) i have a field of type blob in databse called person_image
2) i created a variable named personimage and passed new java.io.ByteArrayInputStream((byte[])$F{person_image})
3) changed the type to java.io.FileInputStream

when i compiled the report it gives me the error that could not convert from oracle.sql.Blob to byte[]


if guy has received the problem and has solved this please help me out

Thanks in advance.