Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

reading barcode

Former Member
0 Likes
425

i make barcode in BARONE (zebra), and i need to read this into LT11

TO NUMBER, i made space so i get <b>123456789 0001</b> but i dont succseed to enter 0001 any ideas????

how i can make TAb in this option.?

3 REPLIES 3
Read only

Former Member
0 Likes
398

how i can add the TAB key on the keybord to number 123456789

i made ^i and it's not work

Read only

0 Likes
398

Yehiel,

Are you sure your bar code has data for 0001? I think you are trying to combine TO number with TO line. Is it correct? In that case its better to have them as seperate fields on barone. Otherwise I suggest you to have an enter character in stead of space or tab. I suggest you to use @Chr() function to bridge TO and TO line numbers if you are designing your label with Bar One.

In order to encode Carriage Return in a Code 128 bar code you could do the following:

@CHR(13)

Please reward points if this information is helpful.

cheers,

Sarvesh

Read only

Former Member