News: LimeReport new version 1.5 has been released
Вышла новая версия LimeReport 1.5

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

Pages: [1] 2
1
Discussion | Обсуждение / how setting of boarder line dynamically
« on: December 03, 2024, 01:47:01 am »
How to disable or enable boarder line of of Text_Item dynamically base on certainin conditions, if retrieve data of Text_Item is null boarder line should not appear but if not null boarder should show. thank

2
Discussion | Обсуждение / Re: Lime Report line numbering
« on: November 26, 2024, 10:13:45 pm »
 using PARTITION BY and ROW_NUMBER() hard coding will help on line number

3
Discussion | Обсуждение / Re: How to limit number of rows
« on: November 26, 2024, 10:08:20 pm »
you need to select *from TableA where ${TableB.id} = TableA.id and ${TableB.mClass} = TableA.KClass; such condition will help you to filter and meet you desire

4
Thank you for quick respond

5
Please is there any way to send PDF report generated from Limereport to email or whatsapp? thanks

6
Discussion | Обсуждение / Re: Databand Counting Problem
« on: January 13, 2021, 06:02:48 pm »
Please share me your code on how you connected Qt to Lime Report, I only need that part including the query. This is my email: solorea1@gmail.com, Thanks in advance

7
Discussion | Обсуждение / Re: Databand Counting Problem
« on: January 12, 2021, 08:00:59 pm »
How do you connect to limereport? Are you using Qt?

8
Discussion | Обсуждение / Re: Databand Counting Problem
« on: January 12, 2021, 02:13:01 pm »
Use calculator to sum up the Amt, my answer is different from your 11309.80.

9
Discussion | Обсуждение / Re: Databand Counting Problem
« on: January 12, 2021, 02:11:09 pm »
okay, why not using $S{line("DataBand1")}?

10
Discussion | Обсуждение / Re: Databand Counting Problem
« on: January 12, 2021, 01:21:40 pm »
27CUSTOMER Madurai and 25CUSTOMER Madurai are two different things, BILL NO 24 in a common entity between the two. The problem might has to do with query. You should use Report Header for the Bill No, the date, the customer's name and the address, using page header for the above entities will be reflected in all page you will printing, which I believe is not required on the label.

11
Discussion | Обсуждение / Re: Databand Counting Problem
« on: January 09, 2021, 08:06:09 pm »
You need to adjust the height of report header, data header, data e.t.c in your retailsales.lrxml file so that it can print in a page. The column of Qty should be integer not float or decimal. You also need to adjust the width of column Amt to be able to take more digits and uniform decimal points. You can also reduce the width of the product column and abbreviate the items.

12
Discussion | Обсуждение / Re: Dialog and Function browser?
« on: April 25, 2020, 12:58:18 pm »
Thank you.

13
Discussion | Обсуждение / Re: Create a ticket with a barcode
« on: April 25, 2020, 12:54:52 pm »
Fine. thank you very much, I'm okay now. I'll do that.

14
Discussion | Обсуждение / Re: Create a ticket with a barcode
« on: April 24, 2020, 03:37:11 am »
Thank you. How can I print into P.O.S ticket since LimeReport render paper out in A4 (210mm by 297mm) (PDF) paper size and ticket 57mm by 80mm?

15
Discussion | Обсуждение / Re: Dialog and Function browser?
« on: April 24, 2020, 02:51:02 am »
Mucip, It didn't worked. It uploaded  entire information on the database without filtering or condition. please can you share me your details codes on where you made the selection? thanks

Pages: [1] 2