[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Print Signature through SQR
- Subject: Re: Print Signature through SQR
- From: "Gottdenker, Jay S" <jgottden@INDIANA.EDU>
- Date: Thu, 8 Apr 1999 10:18:11 -0500
We had to do this for printing signatures on payroll checks. Basically the
process you will follow is like this (there may be other variations as
well):
1) load your signature font on the printer from which you will be printing
your POs, using a utility like "fload" - you probably want to secure this
font (one possible way is to load the font into RAM rather than a hard
drive, and power off the printer when you're done, then reload the next
time).
2) get the appropriate code to invoke the font from the printer (most laser
printers will have some kind of control panel option to print the available
fonts and their associated codes).
3) add a line to your SQR to invoke the signature font on the printer like,
"encode '<39>&l0O<39>(1Q<39>(s0p1.00h72.0v0s0b0T' into $SigFont" !this
will be the code you get from the
!printer
4) Add some lines to print the signature
print $SigFont (+2,1) code
print '!!H' (,+2) !this line will contain
whatever character your signature font uses to invoke the
!signature
Hope this helps!
Jay Gottdenker
> -----Original Message-----
> From: Sherry Jin [SMTP:sjin@WINSTAR.COM]
> Sent: Thursday, April 08, 1999 8:23 AM
> To: Multiple recipients of list SQR-USERS
> Subject: Print Signature through SQR
>
> We are thinking about printing signature on PO so that it can be faxed to
> vendor directly. Does anyone have any experience about printing signature
> through SQR?
>
> Thanks in advance for your suggestion
>
> Sherry