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

anhstar

Members
  • Posts

    9
  • Joined

  • Last visited

anhstar's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. Hello everyone, I have a problem using the option to put some indentation at the first line of a paragraph. Looking at the screenshot below, you can see that on the paragraph is splitted onto the second page and normally, since its the same paragraph, I dont expect it to act like it was another paragraph. Is there a way to have the first line of a paragraph indent only and even if the text is splitted, the content should not be indent ? Thanks you in advance. I used this option in IReport for a textfield's properties: And I get this:
  2. Yay! I made some test, and this solution is perfect. Thank you very much oesina. You saved the day!
  3. Thank you, I'll try that solution. Have never work with frames in IReport. Hope it works.
  4. Hello everyone, I'm having a problem with how title and text split from page to page. First problem, if I put title in one band and content (subreport) on another band, sometimes on one page, I will only get the title and the next page will have the content. Which is not very nice. See image below: My second problem is if I put the title in the same band that contains the text and set the splittype to prevent , sometimes I have a huge empty space from page to page. See image below: If I put the title and the text in the same band, and set split type = Immediate, sometimes I will get the same situation as First problem. Have anyone encounter this and has a nice solution? Thanks in advance.
  5. augarte, thanks for your message. Your solution is good for my case, but like you said, if theres more choices, the number of possibilities will increase and it will be a pain to manage. But I will try it for this one. Thanks again
  6. Hello, I need to print different kind of text depending on some of the fields in my report: FieldA (boolean) FieldB (boolean) FieldC (boolean) If only one field above is true, I have to print "only fieldA is true" If however fieldA and fieldB are true or more fields are true, I have to print "fieldA and fieldB are true" I wonder how I can do this. I tried to use variable to keep the count of variables that are true but it seems variable assignement cant be done in this context. Anyone have any idea how I can achieve this? Thanks in advance.
  7. I tested and it does pass, in my main report, I had some parameters and some fields. The parameters represent the column's names and I was able to have the column name displayed. But the field's content do not display in the table. I solved my problem by not using table but line to draw a table. Thanks
  8. Hello, I need to use table inside a report to display records. If I put the fields directly in my report, I have something like this: http://postimage.org/image/6bxvlwkql/ Now I want to put them in a table, so I create a new table, but then the table has its own dataset. So when I try to configure the dataset, I used: Use connection expression : $P{REPORT_CONNECTION} http://postimage.org/image/nk7kv5ret And I have: http://postimage.org/image/ctp1oehz9 It seems the table dint get any data? Anyone have an idea why? Thanks in advance! Post Edited by anhstar at 08/08/2012 21:08
×
×
  • Create New...