[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



Yes, there is also a use-printer-type command that you can set your printer
locally within the SQR - seems to work well. : )

Christine Maziarz

> -----Original Message-----
> From: Peter Clark [SMTP:PGCLARK@VAC-ACC.GC.CA]
> Sent: Tuesday, May 02, 2000 12:05 PM
> To:   SQR-USERS@list.iex.net
> Subject:      Re: Graphic () box command - Nothing happens
>
> Forgot to mention ...
>
> Be careful changing Setenv.sqc since it will affect all reports in the
> PeopleSoft environment. You may prefer to create a special (renamed)
> version just for the program you are playing with e.g. AG-Setenv.sqc and
> #include that version instead of the standard version.
>
> Peter
>
> >>> Vivek Pandian <vp25@OIT.GATECH.EDU> 2000/05/02 1:50:13 pm >>>
> Goto Setenv.sqc
> Do this. Printer has to be laserjet or postscript for graphic to work.
>
>
> !Printer
> !#define PRINTER_TYPE LINEPRINTER
> #define PRINTER_TYPE POSTSCRIPT
> !#define PRINTER_TYPE HPLASERJET
>
> Keep setup31/2.sqc
>
> Regards,
>
> Vivek
>
>
> At 10:35 AM 5/2/00 -0600, you wrote:
> >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?