Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Print a blank line on a report 2001-01-10 -- Larry Teames > I want to print a blank line on a report. I created a detail line and
> named it BlankLine.
>
Set the band's height to fixed, then in the After Opening Report embed:
SETTARGET(REPORT)
?BandName{prop:minheight} = ?bandname{prop:height}
?BandName{prop:maxheight} = ?bandname{prop:height}
SETTARGET
where bandname is the FEQ of your band.
You should also make that band NON-PRINTING (on the Advanced Tab).
Today is November 21, 2024, 8:12 am This article has been viewed 35219 times.
|
|