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

Pages: [1] 2
1
Discussion | Обсуждение / Re: Report rendering is slow
« on: October 23, 2023, 12:50:07 PM »
I try without scripts and rendering is slow

2
Discussion | Обсуждение / Report rendering is slow
« on: October 18, 2023, 12:10:43 PM »
Hi Alex.
I have report that contains many cells. When I Call preview it takes too long for rendering report. Datasource contains >600 rows. For rendering 18 pages it took about 1 minute. Is it possible somehow to make rendering process fast?
I have attached report file
LimeReport version 1.7.5

3
Discussion | Обсуждение / How to set PDF file export directory
« on: January 18, 2023, 03:07:50 PM »
Hi Alex.
I have some questions about exporting PDF file from report.
  • When I press "Print To PDF" button on toolbar there appears save file dialog. This dialog always points to folder where the program is installed (see attached image). So my question is how can I specify the start folder for this dialog programmatically?
  • When I save PDF file in different folder then initially selected and if I try save PDF file again without closing report it does not remember what folder I had chosen when I saved previously.
  • Usually save file dialog title is "Save As" but when saving report in PDF there is "PDF file name" which does not make sense.
Thanks.

4
Hi Alex.
I have encountered a problem when printing report on the printer. supose I have a report with 10 pages. When I try to print 10th page nothing printed at all and there is no signs that something has to be printed. when i check the printer there is not showing my document in the print queue.
If I specify first page to print it is printed correctly. there is no problem also when i try to print entire report. problem is occuring only if I specify other pages to print.
I'm using version 1.5.23 but this problem persists also in version 1.5.30

P.S It will be good if you add CTRL+P shortcut to print report on the printer.

5
Discussion | Обсуждение / How to elide Text
« on: January 18, 2020, 05:49:00 PM »
Hi Alex.
I need to elide text in TextItem. How can I do it?

6
Discussion | Обсуждение / Re: Some Features Request
« on: December 11, 2019, 06:16:10 PM »
Ok. Thank you

7
Discussion | Обсуждение / Re: Some Features Request
« on: December 11, 2019, 12:07:37 PM »
Ok Alex.
Now I see your point.
This solution perfectly fits my requiments.
Thank You.

8
Discussion | Обсуждение / Re: Some Features Request
« on: December 11, 2019, 09:59:57 AM »
Hi Alex.
Report name as a default file name is not what I need.
I'm generating file name based on some logic so I need some way to set save file name programaticaly if possible.
Thank you for your effort.

9
Discussion | Обсуждение / Some Features Request
« on: December 04, 2019, 06:37:33 PM »
Hi Alex.
I need two new feature if posible.
1. Can you add some function to hide 'save to file' action from report preview toolbar so end user can't be able to save report xml to file.
2. When user clicks to 'print to pdf' action on report preview toolbar the save file dialog is shown. In this dialog file name is empty. Can you Provide some property or function to set file name of saved pdf file programaticaly.

10
Discussion | Обсуждение / Re: print on multiple printers
« on: November 09, 2019, 10:09:13 AM »
Thanks.

11
Discussion | Обсуждение / print on multiple printers
« on: November 07, 2019, 10:04:34 AM »
Hi Alex.
Can you show me example how to print on multiple printers?
Code: [Select]
bool printReport(QMap<QString, QPrinter*> printers, bool printToAllPrinters = false);I don't understand what should I pass as a key in Qmap

12
Quote
Hi!
Can't reproduce the problem.
Is it happens in all your reports where you use the SUM function?
I have checked it and problem persists only in one report. so it maybe my fault or report file is broken.

13
Discussion | Обсуждение / Problem with sum function in DataBand
« on: September 14, 2019, 10:09:36 AM »
Hi Alex.
If I use sum function in databand then limereport crashes on preview.
my code is shown below:
Code: [Select]
$S{SUM($D{datasource.დანაკლისი}, "DataBand1")}

14
Hi Alex, everything works as expected.
Thank you for your effort.

15
Hi Alex. Thank for quick response.
Quote
Quote
In design mode there is an item alignment buttons on the toolbar. They help align items on the report. It will be useful if we have option to align relative to page margins.
It is needed to be explained in more details i really can't imagine how it should work :)
If I select band and some items too and now if I use either Align to left or Align to right buttons on the toolbar then items are aligned to the edge of page and some part of items are hidden. It will be good if we have an option like Align across margins and when this option is on items will be aligned at page margins instead of page edges. I have included images showing what we have and what is expected behavior. In first image you notice some clipping at right edge.   

Pages: [1] 2