-
Thanks Eric,
my Report Designer is work now, by adding "gef_proposal_0604" plugin.
2002-07-10 02:36:58 UTC in Report design tools for Eclipse
-
I have download "reportdesigner_0.0.2.zip" and "eclipse-SDK-20020624-win32.zip".
I can launch Eclipse, but at the "New File wizard" I can't found "Jasper Report file".
please help.
2002-07-09 04:52:06 UTC in Report design tools for Eclipse
-
Actually, I just want to directly print (without view) a report at client, after I post a page.
Can anyone help me for applet coding ?
Thanks.
2002-04-11 06:26:46 UTC in JasperReports - Java Reporting
-
Hi, I try an applet.
Here is my HTML::
<applet code="FontsApp.class" width="500" height="400">
<param name="taskName" value="TASK_VIEW">
<param name="fileName" value="FontsReport.jrprint">
</applet>
and this is a class::
import dori.jasper.engine.*;
import dori.jasper.view.*;
import...
2002-04-08 04:03:54 UTC in JasperReports - Java Reporting
-
Thanks for your attention Teodor,
sorry if I makes some silly question, cause I'm new in java, but for next, maybe I should try applet in my application.
anyway...
Thank's again, I'm very appreciate for this.
2002-04-05 09:19:48 UTC in JasperReports - Java Reporting
-
I've tried all method at JasperManager related with print function, but I always got the same result, maybe something is missing from my code.
Somebody help me plz..., it's very urgent for me.
Thank's.
2002-04-04 05:23:23 UTC in JasperReports - Java Reporting
-
Hi,
This is my jsp code, no error, but when I browse from client via IE, the printer dialog arised at server, not at client.
-------------------------------------------------
<%@ page import="dori.jasper.engine.*" %>
<%@ page import="java.util.*" %>
<%@ page import="java.io.*" %>
<%@ page import="java.sql.*" %>
<%@ page...
2002-04-01 08:20:08 UTC in JasperReports - Java Reporting
-
Hi Teodor,
This is a part of my jsp code, no error, but the "outStream.txt" contains only ASCII code, not text formatted.
--------------------------------------------------
String fout=application.getRealPath("/JasperReports/outStream.txt");
JasperManager.fillReportToFile(reportFile.getPath(),fout,parameters,conn);
--------------------------------------------------...
2002-03-28 09:53:50 UTC in JasperReports - Java Reporting
-
Hi,
I want to print a report to printer that assigned by IP. So only this printer can print the report.
Is possible to assign an IP address or server name to print a report ?
Thanks.
2002-03-28 09:46:08 UTC in JasperReports - Java Reporting
-
Hi,
I'm working with ColdFusion as web server and MySQL, I want to makes some reports that can viewed as web pages or print as text.
Can this engine support my application ? If it is, would you like to explain me all about this, if possible, please send me some examples.
Thank's
snricek.
2002-03-25 08:09:38 UTC in Report Rendering Engine