Re: Report width > 132 characters

From: Rich Bernat <rber_at_chevron.com>
Date: 1996/04/02
Message-ID: <3161D617.3252_at_chevron.com>#1/1


InfoAd - Jurrian Beuker wrote:
>
> >Does anyone know why the lines get split when generating to file but
> >not to screen? Is there a way around this? (I've set the Page Width
> >in the Report Settings screen to 300, but this has not fixed the
> >problem.)
>
> You must use a printer driver with width is greater dan 132 (i thougt
> the width of WIDE is 132 )
>
> Bye

Set your linesize to the length desired. Then, at the point in your query, where the columns need to wrap, a blank with an alias like...

select ... date, ' ' A, time, ...

PRior to this, define a column like

column A format A2 fold_after 1

Hope this helps...
Rich

-- 
Rich Bernat
RBER_at_chevron.com
***  These comments and ideas are mine, not my employers!!!  ***
Received on Tue Apr 02 1996 - 00:00:00 CEST

Original text of this message