Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> REPOST: Re: Bar Codes in reports ... how ???
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
This message was cancelled from within The Unacanceller's glorious new software, Lotus 1-2-3 For Rogue Cancellers. Received on Thu Jan 24 2002 - 22:10:12 CST
![]() |
![]() |