‎2010 Mar 30 2:36 AM
hi all,
i am developing a smartform for labels.Can anyone tell me how a barcode is dislayed in form of lines??can i see the lines in print preview also??
‎2010 Mar 30 4:56 AM
Hi,
1. create the barcode character type in the smartform style.
2. Assign this character type to the variable which you want tot display as barcode lines.
3. i guess in order to display the same bar code in print preview as well, barcode needs to be configure
printer barcode in SE73 transaction.
‎2010 Mar 30 3:05 AM
Hi,
This is very simple declare a character format in SMARTSTYLES as barcode and use that
style for the data u want to display as barcode.
For eg B1 is characterformat for barcode.
In the smartform write like this
<B1>&V_ABCD(Z)&</>
where V_ABCD contains the data which u want to show as barcode.
You are able to see the barcode in print preview also.
Regards,
Arun.
‎2010 Mar 30 4:56 AM
Hi,
1. create the barcode character type in the smartform style.
2. Assign this character type to the variable which you want tot display as barcode lines.
3. i guess in order to display the same bar code in print preview as well, barcode needs to be configure
printer barcode in SE73 transaction.
‎2010 Mar 30 5:32 AM