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?