Page 1 of 1
Skip columns in barcode printing
Posted: Mon Jul 03, 2017 2:41 pm
by augustocesar
Hi, I need to define which column to start the barcode prints from.
Example: on first print, it prints normal, on second print it will print from the third column thus jumping two barcodes.
Here is the report design, with 5 columns per row.

- columnsBarcode.png (71.38 KiB) Viewed 2494 times
Here is how it is printed.

- skipcolumns.png (6.03 KiB) Viewed 2494 times
I need you to stay like this.

- skipcolumnsneed.png (6.32 KiB) Viewed 2494 times
How can I do to stay like this?
Thanks!
Re: Skip columns in barcode printing
Posted: Wed Jul 05, 2017 1:10 pm
by HighAley
Hello.
Unfortunately, it's impossible to do this in Reports.JS product.
It need additional scripting that is not available.
Thank you.
Re: Skip columns in barcode printing
Posted: Tue Jul 11, 2017 7:46 am
by HighAley
Hello.
Please, try the attached report in our latest build.
The Before Print event of the Data Band is used there.
Thank you.
Re: Skip columns in barcode printing
Posted: Mon Sep 11, 2017 3:16 pm
by luizaugusto.sg
Hello,
Could you tell me how the Products.first() works? I wasn't able to find it on the docs.
When I try to print only one record, it shows nothing on my report, but if I try to print more than one record, it works normally.
Thanks
Re: Skip columns in barcode printing
Posted: Wed Sep 13, 2017 6:15 pm
by Alex K.
Hello,
The method First() set position on the first record in the data source.
Thank you.