[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Getting SQR 6003 error (Unexpected End-of-File.....)
- Subject: Re: Getting SQR 6003 error (Unexpected End-of-File.....)
- From: Helen Moore <moorehh@JMU.EDU>
- Date: Tue, 28 Jul 1998 08:20:22 -0400
I have read through your SQR for Windows notes and have tried using
the info. I am trying both SQR version 3.0.13 and 3.0.18.1.1
and can not get my BMP image to print. I still get a shaded box.
My environment is Win95,Oracle,PeopleSoft HRMS 6.1
This is my code:
!**********************************************
begin-setup
!**********************************************
DECLARE-PRINTER test-printing
for-reports = (check-printing)
type = HP
font = 3
END-DECLARE
DECLARE-LAYOUT portrait-layout
paper-size = (8.5,11)
max-columns = 131
orientation = portrait
char-width = 7.2
max-lines = 85
END-DECLARE
DECLARE-REPORT check-printing
layout = portrait-layout
printer-type = HP
END-DECLARE
DECLARE-IMAGE JMU-logo
image-size = (5,6)
source = 'c:\temp\jmusig.bmp'
type = BMP-FILE
END-DECLARE
end-setup
......
use-report check-printing
print-image JMU-logo (1,1)
I do not need to have this printed directly to the printer.
Do I still need the -printer:wp flag? We do not use the -f flag
either.
I have tried with and without.
Any help is appreciated.
Helen
Helen Moore
Senior Programmer Analyst
IT/IIS
James Madison University