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

Re: signature printing as shaded box



Hi Henry,

I had the same problem untill I looked at the specifics on the SOURCE location a little bit closer.  According to the SQR3 Workbench Manual, if you store the .BMP file in the SQRDIR directory, you don't have to put the pathname for the SOURCE location.

I found the SQRDIR directory by checking my SQR.ini file, and after I placed the .BMP file there, and removed the pathname from the SOURCE location, everything was fine.  No more shaded box for the signature!

Hope this helps!

--Derek




Henry_Wade@TEMPE.GOV on 09/09/98 02:15:46 PM
Please respond to SQR-USERS@usa.net@Internet
To:     SQR-USERS@list.iex.net@Internet
cc:
Subject:        signature printing as shaded box

Hi All

I'm trying to print a signature(.bmp) for payroll checks(PeopleSoft v7
using win95) and what appears is a shaded box.  According to the SQR
manual the cause is because the file is incomplete or is unrecognizable.
I'm using the same .bmp file to print a signature on our AP checks
PeopleSoft(v5.1) which uses Crystal Reports. Here is the code:

declare-image RICHO-SIG
  type       = bmp-file
  source     = 'n:\signatures\RICHSIG.bmp'
  image-size = (30,5)
end-declare


<<<< program code >>>>


   print-image    RICHO-SIG      (41,5)

I've changed the printer flag to almost every combination under the sun
in accordance with what peoplesoft tells me and the results
remains the same(the dreaded shaded box).  SQR version v3.0.13.2

henry_wade@tempe.gov