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

massimo.musu_1

Members
  • Posts

    9
  • Joined

  • Last visited

massimo.musu_1's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi, I have a query based multi select control which contain a query like the following: SELECT ID, DESCRIPTION FROM <TABLE> I need to translate the field DESCRIPTION through resource bundles. I tried to do something like this SELECT ID, $R{DESCRIPTION} but it doesn't work (obviously). Is there a way to solve this problem? Thanks
  2. When I press the cancel button (when a report is running) the default behaviour of jasperreports server is to redirect the UI to the list of reports. I need to customize the behaviour of the cancel button to remain in the current page (showing an empty page with the input control parameter list). Thanks in advance.
  3. Hi, In my Jasperreports Server I have a folder containing all my resource bundles (the base name file and five localized files). Each report has a resource for each resource bundle. Each resource link the related resource bundle contained in the above mentioned folder and all works well. However if I have to add a new resource bundle (for example it_IT) I have to add a specific resource linking the new bundle for each report. I have one hundred reports in my Jasperreports Server and this task is very boring and long. Is there a faster method? Thanks.
  4. In 5.6.0 CE I modified the DefaultJasperViewer.jsp changing the zoom ratio parameter as follow: exporter.setParameter(JRHtmlExporterParameter.ZOOM_RATIO, new Float(1.35)); I have migrated to Jasperreports server 6.2.0 CE and the same line of code doesn't work. How can I change the default ZOOM RATIO in this version of software? Thanks.
  5. Thanks for the reply. Can you provide some details about how and where use the CSS3 Media Query? My purpose is to auto adjust the reporting when the screen resolution is high. Thanks
  6. Is there a way to dynamically autoadjust the size of the report viewer (the Zoom Ratio) based on the resolution of the screen? Thanks.
  7. I have some query based input controls deployed in Jasperreports Server 5.6 Community Ed. When data changes in the database, the input controls continue to show old data until a log out of the connected user. Is there a way to limit or disable the cache behind the input controls. Thanks. Best regards.
  8. I have the same issue both in Jaspersoft Studio 5.6.2 and 6.1.1. The default Message Editor freeze Jaspersoft Studio. I resolved installing the plug in provided by Pascal Essiembre.
×
×
  • Create New...