Bar Code

2007-05-08 Thread 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 






Re: Bar Code

2007-05-08 Thread David Nicol

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

2007-05-08 Thread Jonathan Leffler

On 5/8/07, [EMAIL PROTECTED] [EMAIL PROTECTED] 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 [EMAIL PROTECTED]  #include disclaimer.h
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.


Re: Bar Code

2007-05-08 Thread Martin Gainty

Good Afternoon Oscar
I just got this suggestion from [EMAIL PROTECTED]

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: [EMAIL PROTECTED]

To: dbi-users@perl.org
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