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

yinfeng6118

Members
  • Posts

    23
  • Joined

  • Last visited

yinfeng6118's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi riodavid, Thank you for your answer. you are right,this problem has been bothering me for few days. We have a requirement, Print some different marks on the last page of each group or report. I need to get to know whether current page is the last page or not. I think it should be got via variable. But it's really hard. I have joined the group you created. I expect someone can help me, find a solution. Thanks again. Yinfeng
  2. Hi, I need to get total page numbers to calculate some values. Regarding as PAGE_NUMBER, set evaluation time to "report"; It can only display the total page number, but I want to get the value. how to implement it? who can help me? I appreciate it.
  3. Hozawa, Thank you for your help. But my Japanese is not shown correctly via exporting pdf. I think the reason is encoding. If I change properties content to unicode, for example: test = u308Fu304Bu308B nothing is shown. If I change properties content to ISO-8859-1 , for example :test =わかる [ããã] is shown. And I tried to export html file ,it worked normally ,but pdf. How can i correct it?
  4. Hello everyone, I am developing internationalization, I defined a few properties files such as i18n_ja_JP.properties. the file content is unicode as following, test=u308Fu304Bu308B when I executed "Preview" on Jaspersoft Studio 6.5.0 final, It could be shown "わかる", But when I do this via jasperReports6.5.1 on Eclipse as following, nothing is shown. ResourceBundle resourceBundle = ResourceBundle.getBundle("i18n_ja_JP"); parameters.put(JRParameter.REPORT_RESOURCE_BUNDLE, resourceBundle); JasperRunManager.runReportToPdfFile("Blank_A4.jasper", parameters, new JREmptyDataSource()); If change unicode to ISO-8859-1, it can't be shown correctly, such as [ããã]. I tried to export html file ,it worked normally ,but pdf. who can help me ? Michael
  5. hi hozawa, Thank you for your great help. I have implemented my requirement in your way, it is OK! Thank you!
  6. Hello everyone, We have a requirement, We need change some English words to Japanese words from export datas. Now,Almost all of the SQL queries are edited in the jrxml, that is to say,retrieve database data directly via sql in jrxml, not via the javabean, How should we do this? Maybe it can be achieved by expression, but because there are too many report templates, and English words may increase in the future, is there any other way? For example, Maintain these words through a properties file, jrxml file can read this file, Can we do this? Who can help me? Thank you!
  7. Hi everyone, We have a requirement, it is that we will indicate the maximum number of pages allowed to be ran in one pdf file, If the number of pages in the report becomes greater than this value,it will generate another new pdf file to continue print the rest of datas,Repeat this. How to do this? Thanks!
  8. Hi everyone, How to generate pdf files that cannot be changed manually? Can jasperReports api do this? Thanks!
  9. What is the difference between JasperReports Library's Enterprise Edition and Community Edition? Where can I find their difference? If any body can help me is appreciated. Thanks in advance.
  10. What is the difference between Jaspersoft Studio's Enterprise Edition and Community Edition? Where can I find their difference? If any body can help me is appreciated. Thanks in advance.
  11. Thank you very much. I think I have to develop my own program.
  12. For example , there are four records in the database table. About one company information. IDDepartmentManagerDescription1DevelopmentTonydes12ManagementLucydes23ManagementMichaeldes34SecurityLilydes4Each department will generate a pdf file, so there will be 3 pdf files in total. How to implement it? If any body can help me is appreciated.
×
×
  • Create New...