Jump to content
We've recently updated our Privacy Statement, available here ×

voltage

Members
  • Posts

    14
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by voltage

  1. Vivek Gandhi Wrote: Hi, Your design is good. Unless the corresponding Java class is attached it is difficult to say more on the error you are facing. Currently I am facing the same issue as you do. Here is the code which does the actual printing to the dot matrix printer. jrPrint = JasperFillManager.fillReport(Report_Template, jrParameters, lDataSource); JasperPrintManager.printReport(jrPrint, true); I am working around it. If I suceed, I will post the solution in this thread. Thanks Vivek. Post Edited by Vivek at 03/10/09 18:02 hi Vivek, sorry for late reply. I had ready some scanned picture that print layout with marking. I think that will as same as what you are facing too ... By the way, Who are please share among with us to whom are having this issue before. I feel that this problem are not only I and Vivek only experience it and Hope to be we can settle entire case from here and help those are seeking for this problem to slove too .. Thanks.. and good day
  2. hi, currently my report size with page width="615" by page height="395" in orientation="Portrait". So may i know why after printing first page then alignment is out in the second page at dot matrix printer (Panasoni KX-P1121). by the way, from the attechment is the current report that i had done. Thanks and pls kindly advice ...
  3. hi, i were using iReport 3.0.0.. but i also facing the exactly same problem.. do some one can help to answer ?
  4. Hi, May I know .... 1 ) how to set report paper size to width : 21.590cm height : 13.970cm and it will be print into Portrait. 2 ) how to print report by using java source (for J2SE and JSP)? Thanks.
  5. Hi, May I know .... 1 ) how to set report paper size to width : 21.590cm height : 13.970cm and it will be print into Portrait. 2 ) how to print report by using java source (for J2SE and JSP)? Thanks.
  6. voltage

    Printing

    hi, good day. do some one can tell me how to print report directly from java source. thanks
  7. i'm using iReport 3.0.0, as per my grouping my data as per attechment picture. hope can help
  8. hi, from the attachment that is contain test.pdf, test.jpg and invoice_01.jrxml files. from my question is (pls referring to test.pdf), how to resize my format to be fit to the half of paper (currently i were using 2 up computer forms paper). Thanks Post Edited by Frank Ong at 02/26/09 17:14
  9. hi, may i know .... 1 ) why i get reportStream = null from code below ? InputStream reportStream = getServletConfig().getServletContext().getResourceAsStream("C:\product01.jasper"); 2 ) do i still need build.xml when i integrate to my servlet project ? Thanks
  10. hi, do some one can tell me. 1 ) how to set a database conection to the master (main report) report and subreport that are using withing the same database connection by using JAVA code ? 2 ) how to allocate those variable to the report parametor by using JAVA code? Thanks and pls advice...
  11. Thanks for svenn and Gaby38 kindly reply, as per ur sugesstion are usefull. But..... i feel that might need to use Scriptlet to support on it. for example... SQL Statement : SELECT inv_code.inv_no, inv_code.cdate, invoice.terms, customer_code.company_name, currency_code.code AS currency_code, invoice_remark.remark, customer_detail.address_1, customer_detail.address_2, customer_detail.address_3, customer_detail.postal_code, customer_detail.city, customer_detail.state, customer_detail.country, customer_detail.attention, customer_detail.tel, inv_begin_code.begin_code, inv_code.id FROM inv_code, invoice, customer_code, currency_code, invoice_remark, customer_detail, inv_begin_code WHERE inv_code.id = invoice.id AND inv_code.id = invoice_remark.invoice_id AND inv_code.begin_code_id = inv_begin_code.id AND invoice.customer_id = customer_code.id AND invoice.customer_id = customer_detail.customer_id AND inv_code.id = $P!{inv_id} if customer_detail.address_3 (which is $F{address_3}) is reply "" (or nothing) then $F{address_3} will appear into report with blank or nothing, then that still occupied a litle space into report too .. so i still need Scriptlet to support too .. there for, though the some website are introduce some books that relate about iReport and JasperReport, i also purchase ... but that was not describe tooo much of Scriptle. so do you guys have any sugession about how to get more information or learning about Scriptlet for iReport or JasperReport ? Thanks for your comments.
  12. hi, good day. as per attachment is a sample report that create by iReport. from that attachment report, that under "Customer Detail" (which is include $F{company_name}, $F{address_1}, $F{address_2}, $F{address_3}, $F{postal_code}, $F{state} and $F{country}), "Tel. No. (which is include $F{tel})" and "Attention" (which is include $F{attention}), which is occupied too large of spacing. some more, those field sometimes are null. my question is,how do i combine all those field ("$F") into a single field. some more i can ignore those field are NULL so it never occupied too much of space while printing. So, as per my question. do i need to use iReport Scriptlets? if yes, could you pls provide me any sample and link for tutor of iReport Scriptlets? if no, pls kindly advice what option can i do ? Pls Advice. Thanks
  13. hi, good day, from below that is some problem then i were facing. could some one help ? 1 ) may i know how to set the sql statement with parameter query ? is that i just direct did a statement at "report query" section and add a parameter manually, then direct add in to the SQL statement like "select * from customer_info where id = $P{customer_id}" ? pls advice... thanks
  14. hi, as per attechment, may i know how to prevent band breaks if it overflows the page pls advice.. thanks Post Edited by Frank Ong at 02/10/09 20:49
×
×
  • Create New...