Hi!,
Thanks again for helping me out earlier. I have done everything you all
recommended (see below), but I'm getting an SQR error (SQR 6619 Cannot
access the default printer's driver). I have checked Fulcrum and found
some entries saying that the -PRINTER::WP does not work on Windows 95 with
the 32 bit version of SQRW (which is delivered with PeopleSoft version 6
and 7). The 32 bit version of SQR apparently does work on Windows NT.
Does the above make sense? Because it sounded like you got the BMP files
to print out fine. Have you tried it with the latest version of SQR on
Win95?? Any additional help would be really appreciated!!
What I have already done:
* Removed the -F flag and replaced it with -PRINTER::WP in PeopleSoft's
process scheduler
* Changed all the older SQR commands to newer variety (i.e.,
DECLARE-PRINTER and ALTER-PRINTER)
* I also tried using the -PRINTER::HP flag instead but to no avail
--Ignacio
---------------------- Forwarded by Ignacio Lulli on 04/07/98 10:21 PM
---------------------------
From: Ignacio Lulli on 04/06/98 09:09 PM EDT
To: SQR-USERS @ USA.NET
cc:
Subject: Re: Need help getting a bmp logo to print out properly (Document
link not converted)
I would like to add to my earlier email.
I just went through the SQR Users library and found some great information.
Apparently:
1) the -printer:wp flag is required to print BMP files on HP printers
(using SQR v3.0.18.1.1)
2) or I can use use the -printer:hp flag but would need to convert the BMP
file to HPGL/2 format beforehand.
My questions:
1) is the above information totally correct?
2) how can I convert my BMP file into HPGL/2?
3) has anyone else printed logos using PeopleSoft, Win95 and HP printers?
Thanks for your help.
-Ignacio
(Embedded
image moved Ignacio Lulli <Ignacio_Lulli @ PEOPLESOFT.COM>
to file: 04/06/98 02:14 PM
PIC07204.PCX)
Please respond to SQR-USERS@USA.NET
To: Multiple recipients of list SQR-USERS <SQR-USERS @ list.iex.net>
cc: (bcc: Ignacio Lulli)
Subject: Need help getting a bmp logo to print out properly
Hi everyone,
I am trying to print a logo on an HP printer, but I only get a shaded box
where the logo would go. Any ideas??
I have listed some code below. Thanks.
-Ignacio
[some code...]
#include 'setenv.sqc'
#include 'setup02.sqc'
#include 'poylaser.sqc'
[some code...]
!----------------------------------------
begin-setup
declare printer ! Declare printer characteristics.
type={Laser} ! Types are POSTSCRIPT, HPLASERJET,
left-margin=.25 top-margin=.25 ! or LINEPRINTER
font=4 ! Font number.
! font-style=fixed
! symbol-set=0U
lines-inch=6 ! 6lines per inch
point-size=8
char-size=7.2
orientation=portrait ! Or Landscape.
end-setup
!----------------------------------------
Begin-Heading 8
[some code...]
graphic () font 4 8
!USM/JIL - 4/1/98 added USMINT logo to header
print-image (2,35)
type = bmp-file
source = 'M:\psoft\fs700dv1\sqr\USMint.bmp'
image-size = (10,5)
End-Heading
!----------------------------------------
begin-report
[some code...]
end-report
Attachment:
PIC07204.PCX
Description: Binary data