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

Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
Discussion | Обсуждение / Lime Report line numbering
« Last post by maxika on July 24, 2023, 09:04:09 AM »
Hello, tell me please.
How to make line numbering in Lima Report.
I display the table with lines.
I don't know how to number the lines.
Please tell me how to implement it.
62
Discussion | Обсуждение / Re: window icon
« Last post by Subst on June 01, 2023, 10:19:00 AM »
Hi!
I think you can try to use something like this
Code: [Select]
LimeReport::ReportEngine m_report;
LimeReport::PreviewReportWidget *m_preview = m_report.createPreviewWidget();
m_preview->setWindowIcon(...);
63
Discussion | Обсуждение / Re: RSS_EXPSTACK GS1_INPUT_MODE
« Last post by andretisch on May 17, 2023, 09:45:51 AM »
Вдруг кому пригодится. Для своего проекта я собирал LimeReport-1.5.35. Там используется zint-2.6.1  который не хотел нормально проставлять непечатаемый символ \xD1 в группах с не фиксируемым количеством символов. Обнаружил что на гитхабе LimeReport более свежей версии (LimeReport-1.5.87) и  там уже zint-2.10.0. Собрал его, помучился со своим проектом ибо забыл чем компилировал.
В итоге подаем для RSS_EXPSTACK данные в виде [01]04620009085134[3103]004580[11]200510[10]22222[21]151515
на этом все
64
Discussion | Обсуждение / window icon
« Last post by vgon on May 07, 2023, 09:08:04 PM »
Hi there,

Would it be possible to modify the window icon of the preview window ?
Thank you in advance !!!
65
Discussion | Обсуждение / Re: RSS_EXPSTACK GS1_INPUT_MODE
« Last post by andretisch on April 26, 2023, 03:07:24 PM »
Так что, никто не работал с GS1? Я все так и не нашел как сепаратор добавить в RSS_EXPSTACK. В CODE128  проходит. Тут нет. Ошибка 368
66
Discussion | Обсуждение / Re: Delete or hide (no print) one or more pages
« Last post by vgon on April 21, 2023, 05:21:11 PM »
To make it simple...i just want to remove result pages which will be blank (because i know that i have no data to feed them). I already know (before i use the Lime report) which pages are not to be displayed. More specifically, it would be very useful, to be able to delete/hide pages from the back (last ones). If i keep 25 pages in a report to be able to somehow delete or hide LAST 6 pages for example.
Thank you in advance !!!
67
The easiest solution i could think of, is to fill various instances of tablewidgets with required data and then getting the model of each tablewidget to make a new data source. For other cases like "single variable" text fields that are used by a page, i use $V{variable_name}. It wasn't so clear in the documentation but with code experimentation i was able to figure this out.
Thank you very much for your response !!!
68
Discussion | Обсуждение / Re: Delete or hide (no print) one or more pages
« Last post by vgon on April 20, 2023, 09:33:04 AM »
Hi Alex,

Let me explain the case. I have 25 pages that get data from various datasources. For many cases some datasources (structures in memory actually) are not available, so the corresponding page does not fill with data. I would like to hide these result pages...e.g. is it possible to use
the dataManager of a report to hide/delete pages at rendering time (to avoid printing/preview blank pages) ?
Thank you so much !!!
69
Hi, I will think about it.
70
Hi.
Do you mean result pages or pattern pages ?
Pages: 1 ... 5 6 [7] 8 9 10