[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Encode fro HP
Jason,
Another way:
begin-procedure pcl_code
begin-select
CHR(27)||'(s1S' &print_italic
CHR(27)||'&k0S' &print_normal
from dual
end-select
end-procedure
Print:
print &print_italic ()
print 'Hello'
print &print_normal ()
Hope will help.
At 10:16 AM 9/20/99 -0700, you wrote:
>Hi!,
> U have to use encode for it , as foll:
>
>encode '<27>(s1p18v1s0b16602T' into $italic
>encode '<27>(s1p12v0s0b16602T' into $italic_off
>
>!then if u want to print 'Hello' in italic
>
>print $italic ()
>print 'Hello'
>print $italic_off ()
>
>
>
>Bye
>SSM
>
>
>----- Original Message -----
>From: Jason Wainwright <JasonW@LIMON.CO.ZA>
>To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
>Sent: Friday, September 17, 1999 7:35 AM
>Subject: Encode fro HP
>
>
>> Hi all
>>
>> Does anyone know how to change the font to italics in an HP. I'm running
>> SQR workbench 4.1. The HP manual says the pcl code is s1S . How do I
>send
>> this to the printer, I have found the manual to be very confusing.
Benjamin Le
System Development
Portland Community College
Sylvania Campus CC 224
12000 SW 49th Ave. Portland, Oregon 97219
Voice: (503)-977-4970 Fax: (503)-977-4987
Mailto:ble@pcc.edu http://www.pcc.edu