Page 2 of 2

Re: How to repeat DataBand using quantity from field.

Posted: Fri Sep 11, 2020 11:25 am
by Lech Kulikowski
Hello,

How do you run report? in which viewer, designer?

Thank you.

Re: How to repeat DataBand using quantity from field.

Posted: Fri Sep 18, 2020 7:20 am
by Nirali213
I am using php js version and in this version events are not working because report is in interpretation mode. Is there any other method to do this ?

Thank You

Re: How to repeat DataBand using quantity from field.

Posted: Mon Sep 21, 2020 10:36 am
by HighAley
Hello,

The events are working in Reports.JS.
But the code should be written in JavaScript.

Could you describe your issue more detailed with samples and we will help you?

Thank you.

Re: How to repeat DataBand using quantity from field.

Posted: Thu Sep 24, 2020 5:09 am
by Nirali213
Hello,

I want to print Test as per qty from datafield. I attached my sample report here.

Thank You

Re: How to repeat DataBand using quantity from field.

Posted: Thu Sep 24, 2020 6:27 am
by Nirali213
Hello,

Could you please tell me How to write event in javascript code with sample detail.

Thank You

Re: How to repeat DataBand using quantity from field.

Posted: Thu Sep 24, 2020 8:36 am
by HighAley
Hello,

Please, try to use the next line:

Code: Select all

DataBand2.countData = tbl_category.getData("category_id")
Thank you.

Re: How to repeat DataBand using quantity from field.

Posted: Thu Sep 24, 2020 9:38 am
by Nirali213
Hello,

I already used this line in BeforePrintEvent but still not work.

Thank You

Re: How to repeat DataBand using quantity from field.

Posted: Thu Sep 24, 2020 9:57 am
by HighAley
Hello

We have checked this line.
It works right.

Please, check the countData property. It should start from the small letter.

Thank you.

Re: How to repeat DataBand using quantity from field.

Posted: Thu Sep 24, 2020 10:18 am
by Nirali213
Hello,

It works, Thank you so much for your help.

Re: How to repeat DataBand using quantity from field.

Posted: Sat Sep 26, 2020 8:20 am
by Lech Kulikowski
Hello

We are always glad to help you!

Thank you.