Home » Developer & Programmer » Reports & Discoverer » Using the Barcode font downloaded from a site is not scannable
Using the Barcode font downloaded from a site is not scannable [message #87969] Thu, 29 November 2001 02:02 Go to next message
Krish
Messages: 13
Registered: November 2001
Junior Member
http://207.69.149.97/faq2/fonts.html

In this site U 'll find a free downloadable font
namely 3of9 font.I downloaded the same and used in my Oracle Reports(6i) .It came out fine .But
I couldn't scan the barcode as my Mobile device is not recognising it.if any body has the answer pl share with me.

----------------------------------------------------------------------
Re: Using the Barcode font downloaded from a site is not scannable [message #87980 is a reply to message #87969] Sun, 09 December 2001 07:42 Go to previous messageGo to next message
BondS
Messages: 4
Registered: December 2001
Junior Member
Hi Krish!
Create formula column on your query and
link into layout barcode
-- (this for 3 of 9 only)
function CF_BARCODE1Formula return Char is
BillNo number(15) := :BILL_NO; -- for example
1128.30;
begin
return '*'||(to_char(BillNo, 'fm000000000000000')||'*';
end;

BondS
http://www.geocities.com/oranails/

----------------------------------------------------------------------
Re: Using the Barcode font downloaded from a site is not scannable [message #87991 is a reply to message #87980] Mon, 17 December 2001 23:06 Go to previous message
Krish
Messages: 13
Registered: November 2001
Junior Member
Thanx a million Bond!!!
My Barcode font is scannable now!!!!
Krish

----------------------------------------------------------------------
Previous Topic: Re: Printing report in Character mode
Next Topic: How to get the submit button in the bottom
Goto Forum:
  


Current Time: Fri Mar 29 04:42:29 CDT 2024