[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



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?