IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Page 2 of 2 < 1 2
Topic Options
#47808 - 05/08/14 12:06 PM Re: Shifting variable data [Re: Gina Godbey]
Gina Godbey Offline
OL User

Registered: 08/16/06
Posts: 93
Loc: Hickory, NC USA
Dal,
I had to change my columns per line and then the barcode showed on the form. However, the rest of the them did not show. Do I need to change the lpp to show the rest of the barcodes throughout the page?
Where/how do I change that? I've tried changing this in several places and I can't get it.

Thank you so much for all your help! I think I am almost there. :-)

Top
#47813 - 05/08/14 02:47 PM Re: Shifting variable data [Re: Gina Godbey]
Dal Offline
OL Guru

Registered: 08/29/08
Posts: 114
Loc: UK
You never said you had more than one barcode on a page....

So, how many barcodes do you have on each data page?

If I modified my function so you passed in a number to identify which barcode you wanted, would that work ok for you?

It might help If I could see your design as there may be a better approach using a line repeat with the &Current.Line system variable...


Edited by Dal (05/08/14 02:47 PM)

Top
#47815 - 05/08/14 03:20 PM Re: Shifting variable data [Re: Gina Godbey]
Gina Godbey Offline
OL User

Registered: 08/16/06
Posts: 93
Loc: Hickory, NC USA
Dal,
There are 135 columns and 84 lines of data and anywhere within that could be the <12345678>. They are mostly found on the right side of the page. But there are several per page. Think of it like an order book. Our customer is going to flip thru this and read off the description and then scan the matching barcode into order machine.
I do not have a drop box. Is there another way I could get this to you?

Top
#47818 - 05/08/14 04:13 PM Re: Shifting variable data [Re: Gina Godbey]
Dal Offline
OL Guru

Registered: 08/29/08
Posts: 114
Loc: UK
That's what I was starting to suspect. OK, send your file over and I'll take a quick peek at it.

email: wetherid(at)emea(dot)objectiflune(dot)com

Top
#47848 - 05/09/14 04:32 PM Re: Shifting variable data [Re: Gina Godbey]
Gina Godbey Offline
OL User

Registered: 08/16/06
Posts: 93
Loc: Hickory, NC USA
Thank you so much Darren! This has truly moved me along. Now, one more thing, I just found out this particular customer needs the barcode to be a UPC-A type to be able to read it. How do we change the type of barcode? I looked at some other older stuff I’ve got and to do this I think we’ll have to add ‘4’ leading zero’s to the original 8 digit item code.

Top
#47849 - 05/09/14 09:32 PM Re: Shifting variable data [Re: Gina Godbey]
Dal Offline
OL Guru

Registered: 08/29/08
Posts: 114
Loc: UK
OK you will need to do a couple of things on the barcode object then. First up go into barcode options and set the barcode type to UPC-A.

Next you will need to pad your 8 digit number as it needs to be 11 digits long (a 12th digit will be automatically calculated as a checksum). So, we just need to add 3 leading zeroes to the front of our data selection. In your case, go to the 'Data' setting, tick the box labelled 'Custom Data selection' and shove this in the box:
Code:
='000'+@(&Current.Line,114,121)


That ought to work

Top
#48103 - 05/27/14 12:38 PM Re: Shifting variable data [Re: Gina Godbey]
Gina Godbey Offline
OL User

Registered: 08/16/06
Posts: 93
Loc: Hickory, NC USA
Dal,
Now the last six lines of data are not showing on the form. Any ideas?

Top
Page 2 of 2 < 1 2