[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: on-break causes blank lines to be inserted
Have tried identifying the break levels, makes no difference. Also, ignore
the typo in the sample code, $locdesc is actually &locdesc.
Have tried many different things, getting rid of the bold shade, changing
font type, page size, always the extra lines are inserted...
----- Original Message -----
From: Wendel, Robbi <rwendel@NESPOWER.COM>
To: Multiple recipients of list SQR-USERS <SQR-USERS@list.iex.net>
Sent: Wednesday, September 01, 1999 8:44 AM
Subject: Re: on-break causes blank lines to be inserted
> Just a thought, but you may want to try identifying break levels - you
make
> be breaking multiple times, causing the extra line(s).
>
> Robbi
>
> -----Original Message-----
> From: Pankaj Bedekar [mailto:BedekarP@ALCONEMARKETING.COM]
> Sent: Wednesday, September 01, 1999 10:29 AM
> To: Multiple recipients of list SQR-USERS
> Subject: Re: on-break causes blank lines to be inserted
>
>
> hi joe
>
> if u have copied the give code from program itself ......
> while printing locdesc u have use $ instead oof & for variable....
> $locdesc is never defined ........ the default on break option is
> "CHANGE/TOP-PAGE"
>
> second trouble may be order by ... but u r saying break is not happening
> .... so u must have ordered properly ..
>
> hope this helps
>
> pankaj
>
>
>
>
> -----Original Message-----
> From: Joe Nodeland [mailto:jnodeland@DCCNET.COM]
> Sent: Tuesday, August 31, 1999 5:56 PM
> To: Multiple recipients of list SQR-USERS
> Subject: on-break causes blank lines to be inserted
>
>
> I have problems using the on-break command.
> It seems like the on-break skips a line even though nothing prints
(nothing
> should print because the break has not occurred...)
> My code looks like the following.
>
> begin-select
> c.description &classdesc
> l.description &locdesc
> print &classdesc (+1,{col1},90) bold
> shade on-break print=change/top-page
> print $locdesc (+1,{col2},80)
> shade on-break
> pm.Description (+1,{col3}) bold
> ! I get 2 extra lines between each pm.description record
> ....
>
> I've attached the spf output. Any ideas on how to get rid of the extra
> lines?