HP3000-L Archives

November 2006, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Legault, Raymond D" <[log in to unmask]>
Reply To:
Legault, Raymond D
Date:
Thu, 16 Nov 2006 06:26:13 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (63 lines)
On our site I know ENV files TTLJ2039.HPENV2.SYS and TTLJLP39.HPENV2.SYS
have code 39 (medium?) as a font available.  LP8839.HPENV2.SYS may also
but I'm not sure.

Here is the Quiz code I use to print the barcode data.  On the report
the barcode is printed on the right side of the report and is the last
data printed on the line.

DEFINE ESCN INTEGER*2 = 27
DEFINE ESC CHAR*1 = CHARACTERS(ESCN)[2:1]
DEFINE SET-TO-BARCODE CHAR*4  =                                    &
   ESC + "(2X"
DEFINE SET-TO-TEXT CHAR*4  =                                       &
   ESC + "(0X"
DEFINE MY-BARCODE CHAR*60 = " " IF MY-PRINTER-TYPE = "LP"          &
      OR MY-SHELF-LOC = " "                                        &
   ELSE SET-TO-BARCODE + "*1P," + MY-CAT-CODE + CAT-NUMBER +       &
       "*" + SET-TO-TEXT
DEFINE MY-EYE-READ CHAR*12 = " " IF MY-PRINTER-TYPE = "LP"         &
      OR MY-SHELF-LOC = " "                                        &
   ELSE "*1P " + MY-CAT-CODE + CAT-NUMBER + "*"

************************************
<plug>

If you don't mind me mentioning it, there is an alternative to Fantasia
that continues to be fully supported on the HP3000, and that's
QueryCalc, an IMAGE database report writer. QueryCalc uses PostScript as
its primary printing language, thus it can quite easily print barcodes,
along with full-color images, graphs and elaborate text.

To get the worse news over the quickest, the price list for QueryCalc
can be found at:

     http://aics-research.com/qc/pricing.html

******************************************************* 

-----Original Message-----
From: larry [mailto:[log in to unmask]] 
Sent: Wednesday, November 15, 2006 9:28 AM
Subject: Re: HP3000 and Barcode

Hi,

I need help printing bar codes from an hp3000 to a laser printer on the
=

network. I read the post and need more information on how to actually do
=

it.

Thanks,

Larry

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2