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

gombs

Members
  • Posts

    47
  • Joined

  • Last visited

gombs's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. It's ok for one field, but my Problem is that every field can be null, in this example Monitor-SNR, too. Is an other solution possible?
  2. Hi guys, maybe I have an TextField like this: $F{Monitor}+" "+ $R{loc.15}+" "+ $F{Monitor-SNR}+")" The Source is an XML-File. When maybe Monitor is not available in XML then the output shows me this: "null blablabla 12334" and null stands for the monitor. Is it possible to display nothing , I mean "" and not "null" in this line? Greets
  3. thank you =) It works in Masterreport, but in my second subreport I get null back, like before my change. Greets gombs
  4. this options I have already selected it not works...I watched for solution in demo/samples/subreport but the example is already only for using in title...
  5. Hey, I want to work with $V{REPORt_COUNT} from my subreport , I create a variable and returned it. But it works only when I printed it in summary or title or anything, I wantend to print it in detail under the subreport ( fillig is horizontal ) why it not works? Ok I dont want to print it realy I wanted to use in my second subreport, also I wantend to get it from first subreport and give this value to my second subparameter as parameter...it doesn't works :-((
  6. gombs

    localisation

    where can I specify an path for my resourceBundle in path?
  7. hmm, my problem is that I want to specify an path for my report_en.properties files. In the attribute only the name of resource_bundle was specify because iReport not allows paths. Where I can named a path in source-code? with an new resourceBundle?
  8. Hi, I want to have the localisation-files ( report_en.properties etc. ) in a subdirectory. I save the files in subdirectory and set under report-properties in ireport the resourceBundleName and it works. But iReport don't found the properties-files in his window. He only do when there are in same directory and resourceBundleName is only a name and don't a patch. Is it an error from me or an bug? thanks 4 help
  9. Hi, I want to have the localisation-files ( report_en.properties etc. ) in a subdirectory. I save the files in subdirectory and set under report-properties in ireport the resourceBundleName and it works. But iReport don't found the properties-files in his window. He only do when there are in same directory and resourceBundleName is only a name and don't a patch. Is it an error from me or an bug? thanks 4 help
  10. ok, I have described it wrong. I want to compile and fill recursive. Is it possible with only one function call or respectively two ( one for compile and one for fill ). Must my application know which subreport are parts of my masterreport and which subreport are parts of this subreport(s)? Then I must have a config-data to know which filles I must compile ?
  11. Hey CoDeRs, I have an tree of subreports and masterreports. When I compiled and file the highest masterreport, all other reports must compile first, ok. But is it possible to compile all other before, without compile explict... I think like this: JasperReport report =JasperRecursiveCompileManager.compileReport("jasper/Master.jrxml"); or must I explicit compile the subreport at lowest and then go higher and higher ? Thanks for reading
  12. Hey CoDeRs, I have an tree of subreports and masterreports. When I compiled and file the highest masterreport, all other reports must compile first, ok. But is it possible to compile all other before, without compile explict... I think like this: JasperReport report =JasperRecursiveCompileManager.compileReport("jasper/Master.jrxml"); or must I explicit compile the subreport at lowest and then go higher and higher ? Thanks for reading
  13. Hey I posted in iReportForum but I think its better here, it works in iReport but in my java-app it doesnt work I get following error: Error evaluating expression : Source text : ((net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).subDataSource("/root/ARGUS") What is wrong? Is is a good idea to buy the documentation? I've buy the only one book over jasperreport , to help me and support the community.
×
×
  • Create New...