[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: [sqr-users] Problem with wrap over several pages



Ralf,

I do logic like this all the time.  I think this example illustrates it 
better than explanation:

begin-heading 4
. . .
if $section = 'DESC'
    print 'Description Continued . . .' (4,1)
end-if
end-heading

begin-footing 1
. . .
if $section = 'DESC'
    alter-printer point-size=10
end-if
end-footing

. . .
move 'DESC' to $section
print &desc () wrap 50 40
move '' to $section

HTH,
Eric


Ralf Dannhauer wrote:
> Hi
> 
> I have a problem using wrap over more than one page. The text that is
> printed on the 2nd page displays in size 8 instead of 10 as on the first
> page. We are using Heading and Footing where the text is pinted whith a size
> of 8.
> 
> Thanks
> 
> Ralf
> 
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
> 
> 

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users