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

printing micr codes on check... now need to reset



Hi all,

I finally got my micr code to print correctly, but now
I can't get the friggin thing to reset back to normal
font for the rest of the check.

It still needs to print the address on the next section
of the check, and I don't think the mailman knows how
to read micr.

Here's my code:

  encode '<27>(0Q<27>(s0p8.00h8.8v0s0b0T' into $micr-command
  print $micr-command           (66,17) code
  print $MicrLine               (66,17) code           !this is the
actual micr line


Following this, I've tried:

 encode '<27>(8U<27>(s0p10.00h12.0v0s3b3T' into $normal_font
 print $normal_font (,) code

and also:

  alter-printer font-type = proportional symbol-set=19U
  font = 5 point-size = 10 pitch=16.6

Any ideas?
Thanks.