Bar Code

Bar Code

am 08.05.2007 18:46:32 von ithier.ctr

I want to barcode label from a serial number.

I have a property accountability database using SYBASE. I access the
database using perl and cgi, and display the results on the Web Page
using Apache. The server is a unix platform running solaris 8.

At the present time I can print labels, with the serial number,
nomenclature and hand reciept number. I would like to print the serial
number on barcode format.

Oscar=20

Re: Bar Code

am 08.05.2007 20:53:44 von davidnicol

if you're using a label printer, the label printer will have primitives
for that. If you're using a normal high-resolution laser or bubblejet,
I would suggest looking into barcode support with the GD graphics
library.

Also, this issue is off-topic for dbi-users; after finding a bar code graphics
library that is supposed to work, follow up to their users list for
help with it.

Have a nice day

Re: Bar Code

am 08.05.2007 20:55:18 von jonathan.leffler

------=_Part_102509_14721837.1178650518551
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

On 5/8/07, ithier.ctr@jdi.army.mil wrote:
>
> I want to barcode label from a serial number.
>
> I have a property accountability database using SYBASE. I access the
> database using perl and cgi, and display the results on the Web Page
> using Apache. The server is a unix platform running solaris 8.
>
> At the present time I can print labels, with the serial number,
> nomenclature and hand reciept number. I would like to print the serial
> number on barcode format.
>


So you need to obtain for yourself Perl modules (or other software) that
will print a bar-code for you when given the appropriate data. The module
is unlikely to be under the DBI or DBD hierarchies, so there's at least some
argument that the question is inappropriate for this list.

--
Jonathan Leffler #include
Guardian of DBD::Informix - v2007.0226 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."

------=_Part_102509_14721837.1178650518551--

Re: Bar Code

am 08.05.2007 21:30:55 von mgainty

Good Afternoon Oscar
I just got this suggestion from davidnicol@gmail.com

GD::Barcode

Martin--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed. If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.

----- Original Message -----
From:
To:
Sent: Tuesday, May 08, 2007 12:46 PM
Subject: Bar Code


I want to barcode label from a serial number.

I have a property accountability database using SYBASE. I access the
database using perl and cgi, and display the results on the Web Page
using Apache. The server is a unix platform running solaris 8.

At the present time I can print labels, with the serial number,
nomenclature and hand reciept number. I would like to print the serial
number on barcode format.

Oscar