Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: problems with the function "reprintOnEachPage".  (Read 2609 times)

Pierre udm

  • Newbie
  • *
  • Posts: 11
    • View Profile
problems with the function "reprintOnEachPage".
« on: January 08, 2018, 08:18:03 PM »
Hello, Happy New Year 2018
I have problems with the function "reprintOnEachPage".
I have two groupheader (1 and 2). I want to reprint these header groups on each page.
Unfortunately when groupheader 1 has changed and groupheader 2 remains the same, groupheader 2 is displayed twice. I do not know how to solve this problem.

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: problems with the function "reprintOnEachPage".
« Reply #1 on: January 09, 2018, 02:08:51 PM »
Hi, Happy New Year :)
Yes, I see, I will fix it.   

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: problems with the function "reprintOnEachPage".
« Reply #2 on: January 11, 2018, 02:36:19 AM »
I have push some changes on github and i hope it will fix the problem.

Pierre udm

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: problems with the function "reprintOnEachPage".
« Reply #3 on: January 14, 2018, 01:42:59 PM »
Hello everyone,
I tried the new version of the limereport repository unfortunately, I have the same problem. It is for this reason that I enclose the file as well as the database and I datasets that I used.

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: problems with the function "reprintOnEachPage".
« Reply #4 on: January 14, 2018, 04:50:22 PM »
Could you send me sql export with resultatglobale ddl information?

Pierre udm

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: problems with the function "reprintOnEachPage".
« Reply #5 on: January 14, 2018, 07:42:35 PM »
Sorry, I thought I sent the structure of the database

Arin Alex

  • Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 992
    • View Profile
Re: problems with the function "reprintOnEachPage".
« Reply #6 on: January 18, 2018, 10:28:11 PM »
Hi!
I've added some new changes to limereport, you can get it from github.
Check it please
P.S. For the correct grouping operations, it is necessary that the data is previously sorted. You have to add order by CODE_MALADE, sous_groupe, GROUPE to your sql query.

Pierre udm

  • Newbie
  • *
  • Posts: 11
    • View Profile
[solved]Re: problems with the function "reprintOnEachPage".
« Reply #7 on: January 20, 2018, 11:49:45 AM »
Thank you very much, problem solved