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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Pierre udm

Pages: [1]
1
Thank you very much, problem solved

2
Sorry, I thought I sent the structure of the database

3
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.

4
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.

5
Discussion | Обсуждение / Re: Date type parameter passing.
« on: April 25, 2016, 04:20:56 PM »
Thank you very much. Problem solved

6
Discussion | Обсуждение / Put the watermark in a report.
« on: April 25, 2016, 11:52:12 AM »
Hello someone he has a trick to put a text or image watermark in a report ?
Thanks for your help.

7
Discussion | Обсуждение / Date type parameter passing.
« on: April 25, 2016, 11:43:54 AM »
Hello everyone,
I have concerns for the passage of Date parameters in my QT program.
Indeed, during the design and test report in the designer LimeReport , everything goes well . Unfortunately, when called in a function in my program , the test values ​​of the designer are not updated.
Someone he already solved this problem ?

Code called function
Code: [Select]
void Repport::Print()
{
        report->dataManager()->clearUserVariables();
        report->dataManager()->setReportVariable("DateStart",ui->dateEdit->date());
        report->dataManager()->setReportVariable("DateEnd",ui->dateEdit_2->date());
        report->loadFromFile("Repport3.lrxml"); //to load report template file


    }
Query SQL associate
Code: [Select]
SELECT * from result where result.date_analysis BETWEEN $V{DateStart} and $V{DateEnd}

8
Discussion | Обсуждение / suggestions in the next release
« on: December 29, 2015, 03:07:44 PM »
Hello merry chrismas for all off you.
I would like to give some suggestions in the next version of limereport :
  • Conditional Formatting fields .
  • Export to DOC and XLS .
  • Merging identical lines for truplets with similar lines.
  • formatting of DateTime fields Image

9
Discussion | Обсуждение / Re: The news page after a group
« on: December 03, 2015, 01:00:33 PM »
Thank Arin Alex
I wish I could draw curves, pie chart , diagram fight .
Ireport solves a little more these problems . But unfortunately , it is designed in Java for Java Application

10
Discussion | Обсуждение / The news page after a group
« on: December 02, 2015, 11:52:03 AM »
Hello everyone,
Like any newcomer, the state of the art requires a presentation.
Indeed, I a Cameroonian student, I am very interested in QT environment. I work on a clinical biochemistry tests management application in medical laboratory. I'm at the stage of production of report and after an internet search , I came across Limereport that seems more and more interesting.
I started using Limereport but I have on some problems:
  • The page break after a group.
  • Page numbering according to groups
  • Production diagrams
I don’t know if somebody can’t help me.

Pages: [1]