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

Re: Graphic () box command - Nothing happens



Christine,

Ensure that you have done all of the following:

1. in Setenv.sqc, set printer to HPLASER
(#define PRINTER_TYPE HPLASERJET)

2. use Setup31.sqc instead of Setup01.sqc

3. specify printer type to the SQR - there are a variety of ways to do this but 
the least disruptive (in my experience) way to do this in a PeopleSoft 
delivered SQR is to add the following line as the first line of your 
BEGIN-PROGRAM (BEGIN-REPORT) section:
  use-printer-type {PRINTER_TYPE}

4. add -keep flag to the SQR flags line in Configuration Manager

Presumably you are running via Process Scheduler and you are directing output 
to printer (LPT1)?

Let me know how it turns out.

Peter

>>> Christine Maziarz <maziarzc@ADAMSGOLF.COM> 2000/05/02 1:35:43 pm >>>
No joy.  It didn't work.  I tried setup31 (the report is in portrait mode).
Not only did the graphic not work - but the font got big and doesn't fit on
the page - half of the information is gone. : (

Is there something else I could try?