[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[sqr-users] (no subject)
Hi All,
I spent a week trying to print an image in the sqr report and I am getting
a gray box always I tried converting the image to different format
BMP and tried printing on hp laser printer no success
Post script format and try to print it on a post script printer no success
jpeg format and hp printer no success
I am dead in the water and do not know what to do
Please help
Thanks
Here is the code I am using sqr for PS 8.42.05 with tools ver 8.4.05
Thanks for your help in advance
here is the code for the set-up and the syntex for printing the image
begin-setup
#include 'setupdb.sqc'
#Define ColR 108 !Column # referenced by Standard Headings
declare-printer AC-PS ! PS definition
type=PS
font=3 ! Courier
point-size=7.2
end-declare
declare-layout DEFAULT
paper-size=(LETTER)
orientation=PORTRAIT
!top-margin=1
!max-lines=120
!max-columns=80
line-height=9 ! 72/printer_point-size
char-width=4.32 ! points, to handle max cols
left-margin=.20
bottom-margin=.25
end-declare
declare-report DEFAULT
layout=DEFAULT
printer-type=PS
end-declare
print-image (+1, 25)
image-size = (90, 20)
source = 'CLUB.ps'
type = EPS-FILE
and here is the print image code
_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users