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

kruger53_1

Members
  • Posts

    12
  • Joined

  • Last visited

kruger53_1's Achievements

  1. This only occurs when you have the hyperlink target set to 'Self'. Any other setting and the input control dialog appears normally. This must be a bug.
  2. I have just updated from 5.2 to 6.1. We use a report for our menu of reports and hyperlink to the other reports as selected. The behaviour of 'Always Prompt' seems to have changed as each report now only prompts for the input controls when no default is supplied for mandatory inputs regardless of the setting of 'Always Prompt'. It worked fine in every version from 3.7 to 5.2. Any ideas anyone? With thanks Mark
  3. OK I'm not sure if this is the way the designer meant it to work but this is how I solved my problem. I moved my Subtotal fields and and the 'Continued on page...' text field to the page footer. On the group footer I added a subreport component and created a subreport that does nothing except return a variable. I added that variable (Boolean) to both reports and passed it to the subreport. I then use the Print when Expression to test for null or false for the fields I placed on the page footer. When null it hasn't run the subreport so therefore there is more records coming for the group. When false it has been passed to the subreport and has therefore finished the records in the group. Hope this helps someone else.
  4. I have a Debtors Statement printing program. It groups all the transaction records by Client. At the end of each page I would like to know if there are more records in the group to be printed and if yes, print a Continued on next page message, otherwise print the subtotal. I have created 2 group footers for the group and were planning on printing one or the other using a "Print Expression". Can Jasper cope with this. I am struggling to figure out how to test for this. Or is there another method I am unaware of. With thanks Mark
  5. Thank you for comment jean-christophe but we use Chrome. We have discovered it is something to do with the touch screen and the buttons actually work by touching the screen but not the mouse click. Client has suggested he will not be purchasing anymore of these.
  6. Hi there, We have a very succesful installation of the CE version 5.2 running. We have recently introduced new Sony Viao laptops running Windows 8 and for some reason the export buttons from the toolbar ceased responding. From what I can tell by looking at the JS it looks like the mouseup event is not being processed correctly and the correct jasper functions are never called. Has anyone else had this issue and does anyone have a clue what could be causing? Kindest regards Mark
  7. Sorry I should add: this only happens when exporting to XLXS. It works fine when exporting to XLS.
  8. Using jasperserver 5.2 CE. All reports formatted using IReport 5.1 and using Arial exclusively (all 8 point) with the font installed as a jar. When exporting using XLS or XLXS fonts that are set to 8 point arrive in Excel as 7 point BUT ONLY when the column is formatted (.ie a date or currency field). Exporting to PDF is fine. Can anyone point me to what I need to do for a correction please? Thanks Mark
  9. I solved this by firstly installing the latest Postgres version and then instructing the installation to use an existing Postgres.
  10. From a clean install of the CE version 5.2x64 onto Ubuntu 12 I get the following error. error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory This file appears in the /common/lib folder along with a link to it Can anyone help. I'm told I cannot install 0.9.8 of this because version 1 is already installed? edit: I just wanted to add this is happening in the installation. and of course when I start jasperserver by ./ctlscript.sh start. Mark
  11. Can anyone tell me how to change the Input Control Dialog format so that it places the label for the input control on it's left rather than on the line above. (Like it used todo in version 3.5)? Can I do this through themes or do I need to change one of the jsp's? I would appreciate any help Mark
×
×
  • Create New...