Jump to content
Changes to the Jaspersoft community edition download ×

mikemaze

Members
  • Posts

    17
  • Joined

  • Last visited

mikemaze's Achievements

Apprentice

Apprentice (3/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Sorry Guys, I can't recall how I got this working. I suspect that I may have done it via setting up a group, ticking New column and having a valid piece of code behind it. Do you have the iReport manual and the Ulimate Guide? My personal opinion is you are severely limited without it.
  2. I would think about using static text fields as a background, and make use of their vertical borders to create the illusion of columns. Then you would put your details, and these static text fields into your detail bands. Be sure not to have any wasted space. Group items together, and perhaps select 'to largest object' as a resizing option for each detail band. I hope this helps. Mike
  3. Hi, if you have two fields that you have concatenated in the one text field, can you style each, separately using styled sheets? If so, what's wrong with this eg: <style isBold="true">$F{FULLNAME}</style> + "n" + $F{TEACHER1} Any assistance welcomed. Have checked iReport manual and Ultimate Guide with no luck. This doesn't work either: "<style isBold="true">" + $F{FULLNAME} + "</style>" + "n" + $F{TEACHER1} It runs but style text is ignored getting this error: [Fatal Error] :1:36: The entity name must immediately follow the '&' in the entity reference. 20366515 [Thread-418] WARN fill.JRFillTextElement - Invalid styled text. Regards Mike Post edited by: mikemaze, at: 2007/02/21 04:22
  4. Murilo, can't you use Padding elements to effect your space between text and box? Regards Mike
  5. Murilo, can't you use Padding elements to effect your space between text and box? Regards Mike
  6. Murilo, can't you use Padding elements to effect your space between text and box? Regards Mike
  7. The iReport manual? You should see advertisements for it around. It will not answer all your questions. Description can be sparse about key concepts. But at least it will give you a framework for working things out. Best of luck.
  8. Thanks for your advice. Tried it but it doesn't work for me! Have you actually got it to work? Are there any other steps that need to be taken? Have tried your method and many others... I wonder if it is a bug in iReport 1.3.0? Regards Mike Post edited by: mikemaze, at: 2007/02/13 07:53 Post edited by: mikemaze, at: 2007/02/13 19:09
  9. You should get the manual. You need to understand groups & Creating page breaks. One clue that might help is to set higher min heights for your printing detail areas. You might also need to work on understanding why you are not getting your multi pages... Regards Mike
  10. Does anyone know how to concatenate two text fields in iReport, separating each with a newline? Tried using + "n" + mentioned elsewhere. This doesn't work for me. I'm using iReport 1.3.0 Regards Mike
  11. Hi All, this looks really simple, but using the same mechanism, it doesn't work for me. I'm using iReport 1.3.0 Anyone know how to concatenate two fields with a newline-carriagereturn-linefeed between the two fields? Regards Mike Post edited by: mikemaze, at: 2007/02/13 01:21
×
×
  • Create New...