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

BARCODE IN SMARTFORMS

Former Member
0 Likes
598

hello ,

i wanna print barcode vertically but at the moment iam getting horizontally..i did everything like rotation thing in se73..but the result is same horizontal..

plz advise..

regards...

5 REPLIES 5
Read only

kiran_k8
Active Contributor
0 Likes
549

Sudheer,

Check the page format.

K.Kiran.

Read only

Former Member
0 Likes
549

kiran thanks for your reply..page format at the moment is in potrait ...shud i change it to landscape..

advise

Read only

Former Member
0 Likes
549

If you have a barcode scanner,

then you should not need reading the barcode into an ascii file to get the data read in an standard or custom screen field.

You can read it directly to the field you want

. (unless... you have complex data coded in the barcode - for example if you're using an ean-ucc 128 compliant code and you're sending several fields in a single code ... In this case, an interface is almost mandatory because you must interpret the data fields according to the ucc standard, split the code into several fields .... and .... pure programming logic ).

To put it clear:

if you have to read, for example, a barcode that holds the legal number of an invoice using a barcode scanner and this number should be sent to migo-> bktxt then you don't need an interface. The scanner itself acts like a fast operator entering the characters using a keyboard and filling in the field.

We're reading barcodes in several places (when we finish each pallet, when we receive an invoice, and so on. Each case is a different screen. We arent using an ascii file to read these barcodes. Furthermore, we read the invoice legal number into migo bktxt field (Head Text).

Read only

0 Likes
549

plz yadav i dont know wot u mean ..i wanna simple answer how can i get barcode in vertical position...

plz advise..

thanks

Read only

Former Member
0 Likes
549

Hi,

Can you please try for including another character format in smart styles?

Regards,

Sreeja