1
Discussion | Обсуждение / [solved]Re: problems with the function "reprintOnEachPage".
« on: January 20, 2018, 11:49:45 am »
Thank you very much, problem solved
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.
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 associateSELECT * from result where result.date_analysis BETWEEN $V{DateStart} and $V{DateEnd}