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 - edutucci

Pages: [1]
1
I need a report to use in a commercial application. I would like to now if is possible say to me if I have to give source code of my program using lime report.

2
Thank you for looking my sample and found the error.
Your team has a excelent report. I like helping goods professionals  like you that are always helping the people with bugs.
We need a good tool for report and you too.

3
I have a sample for you
The table garotas not work, but table produtos works

try to found what happening to report garotas if possible.
In widgetProdutos we can see in designer mode datasources and the table data, but in widgetgarotas report can not load datasources.
If load file produtos.lrxml in widgetProdutos, after we open widgetgarotas and load garotas.lrxml I see table garotas but with datasource of the produtos.lrxml.

In pdvsample.zip has:
1- table.xt (database tables)
2- My Software, I remove some codes.

I would like to know if limeport has translation for PT_BR.

[вложение удалено администратором]

4
I found the problem for the report in my software.
I will try explain.

When creating new project widget. I want use stackwidget and listwiget.
If I use stackwidget only, limereport can load datasource properly. But if I use listwiget and to add the action void MainWindow::on_listWidget_itemClicked(QListWidgetItem *item) limereport cant load load datasource. I cant understand this.

If I use Limereport in a empty Dialog, limereport works fine. But when I use closepreview I would like to close dialog because after closepreview shows an empty dialog.
Is there an event for this? if not Can you try add it? Close Dialog after closepreview report would be a good solution for me.

Well, Limereport works in a empty window. You must fix it for us. Adding components on screen with actions and limereport stops working does not make sense.

Problems with Dialog:

I have 3 buttons and 1 tableview to show table data on this dialog.

void dlgReport::on_btnDesign_clicked()
{
    report->dataManager()->clearUserVariables();
    report->setShowProgressDialog(false);
    report->designReport();
}

void dlgReport::on_btnPrint_clicked()
{
    QString fileName = QApplication::applicationDirPath()+"/demo_reports/garotas.lrxml";
    if (!fileName.isEmpty()) {
        report->dataManager()->clearUserVariables();
        report->loadFromFile(fileName);
        report->previewReport();
    }
}

When previewReport is executed by the first time I can see data and report works fine. But when previewReport is executed by the second time report crash.

I want to help your report become with bugs and become a better component. Dont get boring with me pls.

[вложение удалено администратором]

5
I am using an application with PostgreSql database.
I have problems with this report tool. this tools can not load datasources and connect to database. I would like to know if this bugs can be fixed.

Errors:
1 - When I new report is created. After to create a datasource I got message No query unable to fetch row.
2- When loading a report file I can see data, but datasource is empty after double click in Text Item Editor.
3- When loading a report file, if I click in connect 2 times desgner crash.
Code error:
ModelToDataSource::~ModelToDataSource()
{
    if ((m_owned) && m_model!=0)
        delete m_model;
}


Can u help me?
I am using Qt Creator 3.5.0 and Qt 5.5.0
Compiler Qt_5_5_0_MinGW_32bit


[вложение удалено администратором]

6
Discussion | Обсуждение / How to use Variables?
« on: November 19, 2015, 11:49:22 PM »
I need to use variables to show report using dates for example.
If possible add an example in your project.

Pages: [1]