Barcode issue (split topic) [message #445742] |
Wed, 03 March 2010 14:57 |
aexelm
Messages: 1 Registered: March 2010 Location: Barranquilla - Colombia
|
Junior Member |
|
|
Hi! I actually have another problem when I'm trying to generate a PDF file from Report 6i. The report has a BarCode (EAN 128) but it seems this code is modified and finally is not posible to read it with any device. The problem is that the code bar does not work on the pdf result.
Any Idea, please.
XL
[Updated on: Wed, 03 March 2010 15:37] by Moderator Report message to a moderator
|
|
|
Re: Barcode issue (split topic) [message #445768 is a reply to message #445742] |
Thu, 04 March 2010 00:42 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Issue I know about is that you need to enclose string represented with barcode within asterisk (*) sign. For example, if you want to display "123-456-789" with barcode, you would NOT do it like thisselect '123-456-789' str from dual butselect '*' || '123-456-789' || '*' str from dual (and, of course, choose appropriate barcode font).
If that's not the case, I wouldn't know the answer.
|
|
|