[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
signature printing as shaded box
- Subject: signature printing as shaded box
- From: "Wade, Henry" <Henry_Wade@TEMPE.GOV>
- Date: Wed, 9 Sep 1998 10:59:15 -0700
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