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

Pages: [1]
1
Discussion | Обсуждение / window icon
« 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 !!!

2
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 !!!

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

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

5
Hi there,

Could you please tell me if it is possible to delete (or hide) one or more pages programmatically?
Thank you so much in advance !!!

6
Hi there,

All my "data sources" are constructed in memory (running my application e.g. list of strings or hashmaps to specific class instantiations or lists of various objects). It is difficult to find something close to it into Lime forum. For example, i am interested in checking the page number/number (to feed my report accordingly) and feed specific fields of a report page with data. Is it possible to have such a check through Lime?
It is also impossible to find a way to iterate through my data and fill a band's data. Moreover, there might be single fields in the report (e.g. in the reportheader) to just assign a single value coming from a specific variable in my program. What "name" should i use to access a specific field in the Lime report (is it the "objectName" from the properties in object inspector?) ? It would be very useful to have such an example. If you want me to provide more information on my concerns please tell me so.
Thank you so much in advance !!!

Pages: [1]