Home » Developer & Programmer » Reports & Discoverer » Barcode issue (split topic)
Barcode issue (split topic) [message #445742] Wed, 03 March 2010 14:57 Go to next message
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 Go to previous message
Littlefoot
Messages: 21807
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 this
select '123-456-789' str from dual
but
select '*' || '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.
Previous Topic: discoverer report with blob
Next Topic: one query two groups second group multiple lines
Goto Forum:
  


Current Time: Sat Apr 20 10:49:59 CDT 2024