Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Bar Codes in reports ... how ???

Re: Bar Codes in reports ... how ???

From: Bob Lounsbury <rhl_at_makebarcode.com>
Date: 24 Jan 2002 20:10:12 -0800
Message-ID: <d0a0311b.0201242010.11698046@posting.google.com>


Waldi,

You can do this with a TrueType font; Code 39 is the easiest to work with because it does not require calculation of a checksum. All you have to do is place a text field on the report, use the barcode font, and add an asterisk at the beginning and end of the data. The asterisks translate to the start/stop code, without which the scanner will be unhappy.

Just concatenate a string like "*"+[MyDataField]+"*"

Here is a link to info about some fonts: http://www.makebarcode.com/software/fonts.html#BBTTC39

Bob Lounsbury
The Barcode Software Center
www.makebarcode.com

"Waldemar Sobiesiak" <sobiel_at_ajax.umcs.lublin.pl> wrote in message news:<a2od6c$dvc$1_at_news.tpi.pl>...
> Hi all....
>
> How place bar code on report...
>
> If anybody knew how do it
> I'd be very pleased...
>
>
> Waldi
Received on Thu Jan 24 2002 - 22:10:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US