‎2008 Apr 17 9:54 AM
Hi Experts,
I want to create Barcode in Script.
can any one explain how to create Barcodes in Scripts.
Thanks & Regards,
Ramana
‎2008 Apr 17 10:04 AM
‎2008 Apr 17 10:01 AM
hi
first of all for including a barcode you need to create a character format for it.
in the character format we hav to use the barcode which we want.
then we have to create the window for the barcode, inside it we have to include the code
<name of the charachter format>..................</>
for eg.
if BC is the name of the character format then we have to write,
<BC>123456675436546546797979443434987976432131</>
you can specify any number of charchters inbetween
<BC>......</>.
hope this was helpful.....
reward if useful......
regards
uday.
‎2008 Apr 17 10:04 AM
‎2008 Apr 17 12:44 PM
goto se73 ....create a character format..description..barcode family and font size..
use this character format where u want barcode ..for eg : <BC>&lv_del_number&</>
where bc : character format
lv_delvirey number is my barcode..
hope this helps
regds