[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR Viewer not printing from different printer trays
- Subject: Re: SQR Viewer not printing from different printer trays
- From: "Love, Kristin" <klove@MSA.COM>
- Date: Wed, 28 Jul 1999 08:14:16 -0400
My guess is that SQR Viewer uses the settings from Windows for each user.
Under File...Print Setup...Advanced...Paper Source, the user specifies the
paper tray being used. This is what SQR Viewer uses for its information. So
it's not really your SQR coding that is a problem here. Remember, SQR Viewer
is a separate utility, not really part of SQR the language.
The question is, then, can you override Windows' format somehow by feeding
SQR Viewer what you want in advance? I don't know, but maybe some Windows
guru could help you.
:) Kristin
> -----Original Message-----
> From: Rochelle Martin [SMTP:rmartin@TRIBUNE.COM]
> Sent: Tuesday, July 27, 1999 4:35 PM
> To: Multiple recipients of list SQR-USERS
> Subject: SQR Viewer not printing from different printer trays
>
> My SQR report needs to print from different printer trays but also
> needs to be in SPF format. I have added the "encode" logic suggested
> from a previous mailing.
>
> encode '<27>&l4H' into $low_tray
> print $low_tray () code
>
> This works perfectly when the .LIS is sent directly to the printer
> but
> not when I print the report via SQR Viewer.
>
> Suggestions for fix or explanation on why this is happening would be
> great.