[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Sqr Barcodes



Title: RE: Sqr Barcodes

Paul

Need to declare printer on your own.... dont use senenv01/02 . sqc

   declare printer        ! Declare printer characteristics
   type=HPLASERJET        ! Types: POSTSCRIPT, HPLASERJET, or LINEPRINTER
   left-margin=.50
   top-margin=.25
   font=6                 ! Font number
   font-style=fixed
   lines-inch=6           ! Lines per inch
   point-size=6
   orientation=portrait   ! portrait or landscape

following statements prints bar code very well for us ...
type I used is "3 of 9"....

   let $pack_no = edit(#pack_nbr,'000009')
   print-bar-code (+1,90)
      type=5  
      height= 0.4
      text=$pack_no

pankaj


-----Original Message-----
From: Paul Schattling [mailto:P.Schattling@MAILBOX.GU.EDU.AU]
Sent: Tuesday, July 06, 1999 3:12 PM
To: Multiple recipients of list SQR-USERS
Subject: Sqr Barcodes


Hi gang,

Using SQR 3.0 for PeopleSoft 6.0 on Oracle & Unix

Has anyone had any sucess with the creation and/or is currently using sqr
to produce barcodes.
We want to print off barcodes for our asset management system but are
having major troubles.
I was hoping to produce 4 * 7 barcodes on an A4 sheet.
I am able to produce a somewhat distorted replica of a barcode but am far
from printing them out as I would have liked.
Perhaps someone might have an sqr in place that is similiar????

Hoping for help,
Paul