[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
POSTAL BAR CODES
- Subject: POSTAL BAR CODES
- From: John Sayre <John_Sayre@GAP.COM>
- Date: Fri, 11 Dec 1998 12:16:42 -0800
John Sayre@GAPINC
12/11/98 12:16 PM
I need to print postal bar codes on mail. Using SQR v3, I am getting no
errors and no bar code. I am using the SQR flag
-printer:WP an in declare printer, the printer is HP. The exact code is
below:
if upper(rtrim($country,' '))='USA'
let $zip=rtrim(&b.zip,' ')
do stripchar($zip,'-')
let $zip=rtrim($zip,' ')
print-bar-code (+2,6)
type=10
height=1.0
text=$zip
end-if
what am I missing?