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

printing MICR code on checks



I was wondering if perhaps some of you could help me.  We are changing banks and
our new bank is being very picky on the micro coding on the bottom of our checks.
I have sent them 4 different batches and each one has failed.  They want only half
a space between check# and transit# and between transit# and account#.

I have changed point-size, line-size, char-size, chars-inch and I cannot seem to
find anything that makes a difference in the size of the characters.  Here is the
section I have been working with - any ideas would be GREATLY appreciated.

begin-procedure Declare-Printer-Microcode
  declare printer
    type          = HPLASERJET
    orientation   = portrait
    top-margin    = 0.00
    left-margin   = 0.2
    symbol-set    = 0Q
    font          = 620
    font-style    = fixed
   point-size    = 8.4
   line-size         = 8

end-procedure