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

yinfeng6118

Members
  • Posts

    23
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by yinfeng6118

  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.
  13. Thank you for your answer. But this can only generate one pdf file instead of multiple files,right? I need to generate multiple pdf files. Don't I need to set any properties?
  14. Hi everyone, If there are 10 records in the database table, how to generate 10 pdf files at the same time through one jrxml template? If any body can help me is appreciated. Thanks in advance.
  15. Hi everyone, I'd like to know how to add three tables in a report. These three tables' row count are not fixed, and they cannot be covered each other. How should I implement it? Any help would be most appreciated. Michael
  16. Thank you for your answer. It's a great help for me. Could you please tell me how I develop the Japanese barcode? Thank you very much.
  17. Hi everyone, I can't find Japanese Postal Code Barcode in the Palette of Studio. How to create it? and how to put the created element into Palette? Thanks for your help. Michael
  18. I run the jasperserver community version after building,but error occured while clicking on"Archived Audit Report",or while i want to add schedule for some report, can you help me ? Error MessageCannot instantiate abstract class or interface: com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.persistent.RepoResource Error Traceorg.hibernate.InstantiationException: Cannot instantiate abstract class or interface: com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.persistent.RepoResource at org.hibernate.tuple.PojoInstantiator.instantiate(PojoInstantiator.java:101) at org.hibernate.tuple.PojoInstantiator.instantiate(PojoInstantiator.java:123) at org.hibernate.tuple.entity.AbstractEntityTuplizer.instantiate(AbstractEntityTuplizer.java:366) at org.hibernate.persister.entity.AbstractEntityPersister.instantiate(AbstractEntityPersister.java:3620) at org.hibernate.impl.SessionImpl.instantiate(SessionImpl.java:1303) at org.hibernate.impl.SessionImpl.instantiate(SessionImpl.java:1292) at org.hibernate.loader.Loader.instanceNotYetLoaded(Loader.java:1323) at org.hibernate.loader.Loader.getRow(Loader.java:1230) at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:603) at org.hibernate.loader.Loader.doQuery(Loader.java:724) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:259) at org.hibernate.loader.Loader.loadEntity(Loader.java:1885) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:71) at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:65) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:3062) at org.hibernate.event.def.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:434) at org.hibernate.event.def.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:415) at org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:165) at org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:121) at
  19. I want to dwonload maven about jaspersoft.ji-pro. <dependency> <groupId>jaspersoft.ji-pro</groupId> <artifactId>ji-common</artifactId> <version>6.3.2</version> </dependency> but i can't find it, Is there the jar in the community version? please help me.
×
×
  • Create New...