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

Gaizka

Members
  • Posts

    6
  • Joined

  • Last visited

Gaizka's Achievements

  1. Hi, This is pretty simple. You need to work at the query level. Here are the steps: 1. Get Row_Number value for each row you are selecting 2. Add one field to the query which is the ratio (integer result) between the row_number and the number in input by the user 3. Concatenate your record IDs so that you can pass them to the subreport (which will be placed in your report group) HTH
  2. Hi All, I searched extensively the net, but with no success...Is it possible to know which Font can accept this value? "≥" I already setup my textfield to display ±' and ÷ signs, but that one seems not to work on the PDF I am generating, even with Symbol Font Anyone ever faced this problem and came across a solution? Thanks in adavance!
  3. Ciao Tommaso, I think that the variable for page numbers is evaluated after you poass the parameter... Why not try by adding the v_page_number string into the summary band or the page footer? In this way, the page number should be fine...I have several reports that use subreports and set the page number only on the first one.. Maybe it's the simplest solution... :-)
  4. Hi Aitor! thanks, I had already seen those property but they do not seem to work when set in iReport...thanks for your suggestion!
  5. Hi, you will need to pass as a parameter to the subreport the actual $V{PAGE_NUMBER} and sum it in the subreport. You can do this by: - Selecting the subreport in the designer and select the properties dialog in the property sheet and pass as a parameter the $V{PAGE_NUMBER} param from report to subreport - Translate page number param into a number, sum the original $V{PAGE_NUMBER} and then convert it back to string in order to display it. Hope that helps
  6. Hi! Is it possible to set a property of the PDF file generated directly from iReport? I found some generic properties for pdf, but nothing seems to be good I need, for example, to set the author of a PDF file craeted through iReport and exported in PDF format. Any help is appreciated! Thanks, Gaizka
×
×
  • Create New...