Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQR help needed with .LIS files and logos, sigs...

Status
Not open for further replies.

nord

MIS
Aug 5, 2002
21
0
0
US
Hi,

We're getting close to implementing the HR check printing solution and I ran into a snag.

I've been able to get the MICR line to print fine (using th e following:

*** set up section ***
encode '<27><27>%-12400X' into $MicrOn
encode '<27><27>%-12401X' into $MicrOff
encode '<27>&l(0O<27>(0U<27>(s0p8.00h9.0v0s0b0T' into $MicrFont !XEROX Printer's Esc Sequence

*** Ptrinting section ***
let $MicrLine = $MicrOn || $MicrFont ||
'<' || $CheckNum || '<' || 'F' ||
':' || $TransitNum || ':' || ' ' ||
$AccountNum || '<' || $MicrOff

do Alter-Printer-Microcode

print $MicrLine (84,21) ! code-printer=HPLASERJE

When I try to print a signature all I get is the first character of the signature &quot;M&quot; in Michael.

Here's how I have it setup so far:

*** set up section ***
encode '<27>&l0O<27>(8Y<27>(s0p3.00h39.7v0s0b188T' into $SigFont

*** Print section ***
print $SigFont (,1) code-printer=HPLASERJET
print '!!a' (,+1)

I'm not sure how to interpret the rest of the signature into the print line.

I have the same dilema with my logos.

I'm printing to a XEROX printer using an HP 3si driver. The fonts are downloaded to the printer memory from a PCMCIA card.

Thanks,
Doug

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top