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

fbonnot

Members
  • Posts

    3
  • Joined

  • Last visited

fbonnot's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Hello everyone, We plan to use ireport to generate invoices that will be folded after having been printed. We need to add a datamatrix barcode on each sheet. The barcode would be something like XXYYZ where : XX stands for Page XX of current invoice that has YY pages. For exemple, the barcode printed on the second sheet of a 3 pages/sheets invoice, not duplex printed, would be 0203 with XX=02 and YY=03 Z code is a verification loop, that would stard at 0 and ends at 9, starting over and over. This Z code is there to ensure that the sequence has not been broken. --- For XX and YY, i think I have to create two variables using native variable but I can't see where I can specify the generation time (Now for XX and ?? for YY) For Z, I think I need to create another variable with a loop. In both case I am near to 0 in java but plan of course to get (well at least try) some skills ! Problem is I need to be able to produce these barcodes ASAP so we can test a new folder... Anyway, thanks for your time and hopefully your feedback.
  2. Hi Clark, Sorry for my late answer, I was away. Anyway, thank you very much, I think I understand the idea. I'll try to do it your way. I am a REAL beginner in SQL and JAVA but I am pretty sure that at some point I will be able to do it ! Thanks again. Frank
  3. Hello everybody. I am a new user to ireport and would like to know if the following is possible... Each day, we receive a file with n lines corresponding to n persons that have to receive a letter we have to print. Each of these lines have a field which is the type of letter (each type of letter has a different setup) Is there a chance that with iReport we could : Load the data file, Launch the report generator that will generate a global PDF with n pages but with each page/letter with the proper page setup (defined in the ad-hoc field) Thanks a lot for your feedback. Frank
×
×
  • Create New...